1 year ago
#280316
Reg Reg
Reply to Consumed Messages in Redis Stream
I'm working with Java and Redis.
I have service A and Service B. Service A produced the messages and Service B consume those messages and do some processing. I want to reply to the same message which is send by the Service A. Service A need to get decision based on the response.
What is the best way to achieve this (request/response architecture) using the redis streams ?
java
redis
publish-subscribe
redis-streams
0 Answers
Your Answer