harshraj22 / Dis-Sim

Microservice for calculating image similarity. Uses Message Queues.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clear Kafka after consuming messages

harshraj22 opened this issue · comments

Once the monitoring service consumes the message, the message should be removed from the Kafka. Add implementation to do so.

In future, more services might be added that reads from the same Kafka topic. Keep this in consideration while adding ways to remove the messages from Kafka.

Relevant Linkedin post here