We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
THis is probably a rare condition, but for a empty, new ringserver, a client sending this is ok and will start getting data once it begins flowing:
MATCH FDSN:CO_.* STREAM
but this fails with ERROR: Error positioning reader:
ERROR: Error positioning reader
MATCH FDSN:CO_.* POSITION SET EARLIEST STREAM
Seems like POSITION SET EARLIEST should cause no harm even on an empty ring.
POSITION SET EARLIEST
Use case is that you want to start the consumer immediately after starting ring which may be before the producer has sent any data.
Similar issue for POSITION SET LATEST
POSITION SET LATEST
The text was updated successfully, but these errors were encountered:
No branches or pull requests
THis is probably a rare condition, but for a empty, new ringserver, a client sending this is ok and will start getting data once it begins flowing:
but this fails with
ERROR: Error positioning reader
:Seems like
POSITION SET EARLIEST
should cause no harm even on an empty ring.Use case is that you want to start the consumer immediately after starting ring which may be before the producer has sent any data.
Similar issue for
POSITION SET LATEST
The text was updated successfully, but these errors were encountered: