Re: Get topic creationTimestamp through Admin Client (or Client)

2024-10-24 Thread Erik Godding Boye
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

Re: doc clarification about meesage format

2024-10-24 Thread Greg Harris
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

Updating log.dirs using 'kafka-reassign-partitions' spamming 'ReplicaFetcher: Current offset 0 for partition 0 is out of range, ... Reset fetch offset to 0'

2024-10-24 Thread Julian Bergner
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