Is your feature request related to a problem? Please describe.
Based on our experience with the other clients in production I will report some features that we should have:
[ ] [Single Active Consumer] When a consumer is promoted a SAC the old consumer should stop to parse the chuck. It has to skip the rest of the messages. See .NET implementation
[ ] [Consumer] It is possible to receive some chunks on the socket, but the consumer is closed. The client has to discard the chunks and maybe log. Java and .Net do more or less the same See .NET implementation
[ ] [Consumer/Producer] The consumer should report more info possible in case of trace or error, see for example .NET
Is your feature request related to a problem? Please describe.
Based on our experience with the other clients in production I will report some features that we should have:
[ ] [Single Active Consumer] When a consumer is promoted a SAC the old consumer should stop to parse the chuck. It has to skip the rest of the messages. See .NET implementation
[ ] [Consumer] It is possible to receive some chunks on the socket, but the consumer is closed. The client has to discard the chunks and maybe log. Java and .Net do more or less the same See .NET implementation
[ ] [Consumer/Producer] The consumer should report more info possible in case of trace or error, see for example .NET
Describe the solution you'd like
See above
Describe alternatives you've considered
No response
Additional context
No response