Data Ingestion and Replication
- Data Ingestion and Replication
- All Products
Property
| Description
|
---|---|
Connection
| Name of the Kafka source connection.
|
Connection Type
| The Kafka connection type.
The connection type populates automatically based on the connection that you select.
|
Topic
| Name of the Event Hubs from which you want to read the events.
You can either enter the topic name manually or fetch the already created metadata of the Kafka enabled Event Hubs connection.
|
Property
| Description
|
---|---|
Consumer Configuration Properties
| Comma-separated list of configuration properties for the consumer to connect to Kafka. Specify the values as key-value pairs. For example,
key1=value1 ,
key2=value2 .
The
group.id property of Kafka consumer is autogenerated. You can override this property.
|