79073250

Date: 2024-10-10 07:50:13
Score: 2
Natty:
Report link

Kafka Streams provides the solution to my problem via GlobalKTable.

"The GlobalKTable is fully bootstrapped upon (re)start of a KafkaStreams instance, which means the table is fully populated with all the data in the underlying topic that is available at the time of the startup. The actual data processing begins only once the bootstrapping has completed."

source: confluent streams developer-guide

This worked perfectly for the last past months.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: mauam