Re: print.partition=true not working

2021-02-10 Thread Liam Clarke-Hutchinson
Hi Gilles, Looks like 2.5.0+ will do, as far as I can tell from the source, print.partition came in with changes made for KAFKA-9417 which was released as part of 2.5.0. Cheers, Liam On Thu, 11 Feb. 2021, 11:36 am Gilles Philippart, wrote: > Hi Lorenzo > > It seems to have been added only r

Re: print.partition=true not working

2021-02-10 Thread Gilles Philippart
Hi Lorenzo It seems to have been added only recently to the Kafka console consumer (see https://github.com/apache/kafka/pull/9099). You need a 2.7.0 Kafka distrib. Gilles Philippart Principle Software Engineer Funding Circle > On 10 Feb 2021, at 21:57, Robin Moffatt wrote: > > FWIW kafkaca

Re: print.partition=true not working

2021-02-10 Thread Robin Moffatt
FWIW kafkacat will do this no sweat (I realise that doesn't help w.r.t. the tool you're trying to use, but mentioning it in case :) ) kafkacat -b kafka-broker:9092 \ -t my_topic_name -C \ -f '\nKey (%K bytes): %k Value (%S bytes): %s Timestamp: %T Partition: %p Offset: %o Hea