Vinay, a "last access" timestamp would be much harder to implement, as it
would be a mutable property by nature. In contrast, the timestamp of a
topic creation is immutable and persisted (AFAIK).
I was really surprised to see that this information is not already
available through the Kafka Admin cl
Hey Xiang,
Thanks for your questions! This is getting to the limit of my knowledge,
but I'll answer as best I can.
The partitionLeaderEpoch is only set once during the batch lifetime (during
Produce), and is not mutated any other time. This includes when data is
fetched by other replicas and by c
Hi Team,
I am currently struggling with below behavior. Does anybody notice something
similar in the past or can help me with it?
In my scenario I am currently running a three Kafka brokers (1, 2, 3) cluster
in Zookeeper mode.
I am using confluent community edition 7.7.1.
On broker 1 I have thr