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
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
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