how does kafka synchronize data timestamps between different brokers and how is timestamp created in kafka
How does Apache Kafka manage synchronizing timestamps between different brokers in a cluster, which time is actually recorded and converted as the message creation timestamp and how does Kafka verify it’s time precision >Solution : The record timestamp is stored as part of the record’s bytes. The bytes of each record are copied between brokers,… Read More how does kafka synchronize data timestamps between different brokers and how is timestamp created in kafka