Skip to main content

Re: How to write data from kafka to CSV file on a Mac

you can use kafka-console-consumer that comes with your kafka
deployment, or you can install kafkacat (which I found more simple to
use)

brew install kafkacat

kafkacat -b your.broker.com:yourPORT -t yourtopic -c max-messages


On Tue, Feb 25, 2020 at 9:03 AM Doaa K. Amin
<doaaelkordy@yahoo.com.invalid> wrote:
>
> Hello,
> I'm new to kafka and I'd like to write data from kafka to a CSV file in a Mac. Please, advise.
> Thank You & Kindest Regards,Doaa.



--
Richard Rossel
Atlanta - GA

Comments