keedio / flume-ng-sql-source

Flume Source to import data from SQL Databases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kafka topic - Key and partition through Flume

josemasuarez opened this issue · comments

Hi,

When I get the data from Oracle in my case, I have to send this data with a specific key and partition to Kafka. Is there any way to specify through flume.conf?

Thanks in advance
Regards.

As jucaf said, you issue is more related to flume-sink than to flume-source component.
Check for Apache Flume Kafka sink
Best, Luis.