stan.java icon indicating copy to clipboard operation
stan.java copied to clipboard

Support redeliveryCount in Message object

Open liqweed opened this issue 4 years ago • 3 comments

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.

liqweed avatar Jul 25 '20 12:07 liqweed

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

jDzames avatar Oct 24 '20 17:10 jDzames

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.

joriatyBen avatar Mar 23 '21 09:03 joriatyBen

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

SympleSynz avatar Dec 02 '21 20:12 SympleSynz