Redis – How do I set up a @KafkaListener to always reset on startup?
I have a kafka topic which receives messages like Kafka key: serverId value: server host name I just need the latest ones for each serverId so it's a very small segment size and log compaction is enabled. So what I…