Re: Process to Upgrade Zookeeper from 2.7.0 to 3.4.1

2023-06-13 Thread Gaurav Pande
Hi Guys, Could anyone help on this query? Regards, Gaurav On Tue, 13 Jun, 2023, 11:40 Gaurav Pande, wrote: > Hello Guys, > > Iam new in this space, I was going through the documentation of Upgrading > Kafka brokers to 3.4 from any previous version with Zookeeper mode , but I > couldn't find

Re: Apache Kafka consumer consumes messages with "partition" option, but not with "group" option

2023-06-13 Thread Neeraj Vaidya
Hi, If you have a large number of partitions in your topic, it can take a really long while before you start seeing messages on the console. So, using the partition id is the right approach. But just need to be patient at the command-line. Out of interest, how long did you wait for the output

Re: Consuming an entire partition with control messages

2023-06-13 Thread Matthias J. Sax
Sounds like a bug in aiokafka library to me. If the last message in a topic partition is a tx-marker, the consumer should step over it, and report the correct position after the marker. The official KafkaConsumer (ie, the Java one), does the exact same thing. -Matthias On 5/30/23 8:41 AM,

Apache Kafka consumer consumes messages with "partition" option, but not with "group" option

2023-06-13 Thread Geithner, Wolfgang Dr.
This is a copy of a topic I posted in stackoverflow (https://stackoverflow.com/questions/76458064/apache-kafka-consumer-consumes-messages-with-partition-option-but-not-with-g), where I didn't get any answer yet. Searching the web did not yield any helpful reults either. Hence, I am addressing

Process to Upgrade Zookeeper from 2.7.0 to 3.4.1

2023-06-13 Thread Gaurav Pande
Hello Guys, Iam new in this space, I was going through the documentation of Upgrading Kafka brokers to 3.4 from any previous version with Zookeeper mode , but I couldn't find any Upgrade process for Zookeeper. Iam using Zookeeper provided by Kafka binary in this case 2.7.0 and not installed zk