-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Add StreamInfo command to stream protocol #5412
New issue
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
Comments
acogoluegnes
added a commit
that referenced
this issue
Aug 3, 2022
It returns general information on a stream, the first and committed offsets for now. Fixes #5412
acogoluegnes
added a commit
that referenced
this issue
Aug 3, 2022
acogoluegnes
added a commit
to rabbitmq/rabbitmq-stream-java-client
that referenced
this issue
Aug 3, 2022
acogoluegnes
added a commit
that referenced
this issue
Aug 3, 2022
To keep compatibility with the Erlang client's users. References #5412
acogoluegnes
added a commit
to rabbitmq/rabbitmq-stream-java-client
that referenced
this issue
Aug 4, 2022
acogoluegnes
added a commit
that referenced
this issue
Aug 8, 2022
Other changes: returns a map of int64, use the new osiris:get_stats/1 API. References #5412
acogoluegnes
added a commit
to rabbitmq/rabbitmq-stream-java-client
that referenced
this issue
Aug 9, 2022
And use "committed chunk ID" instead of "committed offset". References rabbitmq/rabbitmq-server#5412
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Several users ask for a way to get information on a stream, like the first and last available offsets. Requests for other pieces of information, like the number of messages in a stream could come up in the future.
We agreed to add a new
StreamInfo
command for this, it would return a map for extensibility.The text was updated successfully, but these errors were encountered: