memphis icon indicating copy to clipboard operation
memphis copied to clipboard

Feature: Notify producer that consumer received a message

Open Avitaltrifsik opened this issue 1 year ago • 0 comments

Current behavior

Right now the producer and consumer work in an async communication, the producer sent messages, and the consumer consumes them at their own pace, without notifying the producer when receiving the messages (they do send ack to the broker).

Suggested solution

Each consumer consuming a message will be able to notify the producer.

Additional context

No response

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

Contributing Docs

  • [X] I agree to follow this project's Contribution Docs

Avitaltrifsik avatar Jul 23 '23 08:07 Avitaltrifsik