educative.io

Message queue - Kafka

In the message queue section it is mentioned that since the messages are being deleted from the queue, we need to implement response queue for each client.
Is this possible to utilize Kafka so that messages wont be deleted once they are consumed, allowing for multiple clients to consume the “update”?

Yes, I was thinking the same. its a producer subscriber model. Kafka queue would be a good idea.