Storing streams offsets using Consumer#store(long)
is not working (silently)
#78
-
As per the blog https://blog.rabbitmq.com/posts/2021/09/rabbitmq-streams-offset-tracking/ " The
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
The following line is wrong: context().consumer().store(OffsetSpecification.next().getOffset()); It should be:
|
Beta Was this translation helpful? Give feedback.
-
In the use case I'm working on I need to skip all of the stream messages if some condition is fulfilled, Is it possible? |
Beta Was this translation helpful? Give feedback.
-
I will convert this issue to a GitHub discussion. Currently GitHub will automatically close and lock the issue even though your question will be transferred and responded to elsewhere. This is to let you know that we do not intend to ignore this but this is how the current GitHub conversion mechanism makes it seem for the users :( |
Beta Was this translation helpful? Give feedback.
The following line is wrong:
It should be: