Hi I would like to consume a Topic and save the AVRO messages in local directory in the AVRO file formats. As per Kafka Connect File Stream documentation, it is not for production use.
Other Option I am thinking to use Kafka Connect - HDFS Sink but I am not sure if it can also write to the Local directory if we pass in the variable hdfs.url the URL for local file system instead of HDFS path. Will this work or are there any other ready made options which can be used for the same. Regards Vinay