How to reply to same publisher after consumed the messages from Redis streams #2064
Unanswered
SidathWeerasinghe
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Not sure what you're trying to achieve. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to process the consumed message and need to reply back to the same publisher who send the message to the consumer. How can I achieve that?
Currently, I'm using the xreadgroup and consumed the messages as below,
XReadArgs.StreamOffset.lastConsumed(STREAMS_KEY).
Beta Was this translation helpful? Give feedback.
All reactions