Re: Question regarding Kafka compaction and tombstone

2023-02-16 Thread Nanda Naga
-t mytopic -Z -K: (This one takes " as message) $ echo abc: | kcat -b mybroker -t mytopic -Z -K: (This one takes one empty space as input) The right way to send tombstone is $ echo abc:| kcat -b mybroker -t mytopic -Z -K: Regards, Nanda ____ From: Nanda Naga Sent: W

Question regarding Kafka compaction and tombstone

2023-02-15 Thread Nanda Naga
Hi, I am using Kafka 3.2 (in windows) and for a topic i to send tombstone records. Everything was ok but i always see last value for the key (even i see null records present after delete.retention.ms period) Example Key1 value1 Key2 value2 Key1 - null record - tombstone record and so on I

Query regarind iPv6 setup and produce using ipv6 listener

2022-08-01 Thread Nanda Naga
Hi, I am working on to enable ipv6 support for my kafka setup. I have added IPV6 listener (plaintext) and I see no issues in kafka server log. Listener config in my sever properties (real Ipv4 marked with X and ipv6 marked with Y)