My use case is to create a Producer using Apache Hive table records and send it to a Kafka Topic.
I explored Confluent Kafka Connect, but so far they only offered a demo from Kafka Topic to Hive tables using HDFS Connector.
Has anyone done one from source Hive tables to a Kafka Topic using Kafka Connectors?
Or are there other options like writing custom Java API package that we can use?
I'm well open to other options.
[data source] --> [Kafka] --> [HDFS]than[data source] --> [HDFS] --> [Kafka]- Robin Moffatt