rajadilipkolli/spring-boot-microservices-series-v2

Have retention period of kafka topics as minumum 1 day

Opened this issue · 0 comments

With the current configuration, the messages are not retained, disposed of once sent. Having durable store will help to process messages sent earlier.

In all listener services makes sure that if it is registering for the first time then processing should be set to earliest and when registered change it to latest.