You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
redeliveryCount
was added toMsgProto
(inprotocol.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 includeredeliveryCount
field.The text was updated successfully, but these errors were encountered: