Skip to content
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

Support redeliveryCount in Message object #155

Open
liqweed opened this issue Jul 25, 2020 · 3 comments
Open

Support redeliveryCount in Message object #155

liqweed opened this issue Jul 25, 2020 · 3 comments

Comments

@liqweed
Copy link

liqweed commented Jul 25, 2020

redeliveryCount was added to MsgProto (in protocol.proto) and made available in the Go client as part of nats-streaming-server #996 .

This is critical for implementation of setting a limit number of redelivery attempts in client applications (as detailed in nats-streaming-server #728.

The latest version of the the Java client uses an out-of-date protocol.proto so doesn't include redeliveryCount field.

@jDzames
Copy link

jDzames commented Oct 24, 2020

Just stumbled upon this, this is really crucial feature. Are there any plans to update lib to include this?

@joriatyBen
Copy link

it would be quite nice to add this to the java client as well. Maven repo was last updated in Sep. 2019 at this point.

@SympleSynz
Copy link

Hello, has there been any movement on this? Is it on a roadmap at all?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants