You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Val B <te...@yahoo.com.INVALID> on 2017/09/29 17:45:14 UTC

Best practice for writing Kafka output to a file (connector...)

Writing to a file is much slower than reading from a Kafka topic, and I would like to know if there is an existing connector to help do this. I need to write a message almost as it is read from the kafka topic into a text file, and after a while the writing falls well behind.Any advice or insight welcome