63684/mac-writing-the-kafka-consumer-output-to-a-csv-file
Hi@
I don't know it will work or not. But you can check your server.properties file in conf/ folder and able to find the log folder name. By default it stores data as text format. Just change the format according to your requirement.
Thank You
System.out.println(String.valueOf(output.offset()) + ": " + new String(bytes, ...READ MORE
Yes, it stays the same. An offset is ...READ MORE
Let me explain to you about Apache ...READ MORE
Hi@akhtar, In Kafka, each topic is divided into a ...READ MORE
Apache Kafka is one of the components ...READ MORE
It is not about that you can ...READ MORE
I guess you need provide this kafka.bootstrap.servers ...READ MORE
Here are some of the important features of ...READ MORE
Hi@prasant, I am not sure it will work ...READ MORE
Hi@akhtar, To do this task you have to ...READ MORE
OR
Already have an account? Sign in.