RE: How should I properly create the consumer group and reset the offset from all topics in kakfa CLI?

2023-05-05 Thread choi ewain
Hi Kirk Ture! I'm sorry I didn't explain clearly, groupA is new and it only subscribes to some topics, I don't know how to subscribe to all topics, kakfa cli doesn't seem to have such a feature.I'm sorry I didn't explain clearly, groupA is new and it only subscribes to some topics, I don't know

Re: How should I properly create the consumer group and reset the offset from all topics in kakfa CLI?

2023-05-05 Thread Kirk True
Hi! Did consumer group groupA exist before the --reset-offsets operation was performed? Thanks, Kirk On Fri, May 5, 2023, at 3:18 AM, choi ewain wrote: > Hello All. > > I am a newbie learning kakfa. > > I have 1000+topics in my kakfa, each topic contains 14 days of data, about > 120,000 mess

Re: Kafka Node Shutting Down Automatically

2023-05-05 Thread David Arthur
Akshay, this was recently fixed by Luke Chen. It will be a part of the 3.5 and 3.4.1 releases. For reference, here is the bug https://issues.apache.org/jira/browse/KAFKA-14946 and the fix https://github.com/apache/kafka/pull/13653 Cheers, David On Tue, Apr 25, 2023 at 1:23 PM wrote: > On 2023-

How should I properly create the consumer group and reset the offset from all topics in kakfa CLI?

2023-05-05 Thread choi ewain
Hello All. I am a newbie learning kakfa. I have 1000+topics in my kakfa, each topic contains 14 days of data, about 120,000 messages. I created a new consumer group: groupA, and executed the command to reset the offset. sh kafka-consumer-groups.sh --reset-offsets --execute --to-datetime "202

KRaft with even number of controllers

2023-05-05 Thread Gao De
Hi All: In raft algorhithm even number of node should still work. Just the leader election could take longer time. Did anybody ever use even number of kraft controllers in real application environment? Or anybody ever compared this kind of setup with odd number of controllers? Are there any sig