harshraj22 / Dis-Sim

Microservice for calculating image similarity. Uses Message Queues.
MIT License
9 stars 3 forks source link

Clear Kafka after consuming messages #20

Open harshraj22 opened 2 years ago

harshraj22 commented 2 years ago

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.

harshraj22 commented 1 year ago

Relevant Linkedin post here