Re: Console consumer crashing

2024-06-06 Thread Patrick G. Heck
I never resolved this, but it was near the end of an engagement so it got punted. Is this something anyone else can reproduce? I worry that some prior use of kafka has interfered. I tried wiping out zookeeper and /tmp/kafka_logs ... is there anywhere else that could be retaining something that is

Console consumer crashing

2024-05-29 Thread Patrick G. Heck
Hi folks, I was troubleshooting a program trying to receive a kafka message (local kafka, for development), and decided I needed to verify kafka itself was happy. So I created a topic named 'fubar' and started the consumer listening to it. Then I started the console producer in another terminal wi