| Property Name | Description |
|---|---|
| type | This property must be set
to |
| kafka.topic | A topic is specified with the volume path and stream name. For
example:Note: It is
critical that the path to the topic starts with a slash (/), as the slash is what
distinguishes the topic as a HPE Ezmeral Data Fabric Event Store topic as opposed to a Kafka
topic.
|
| kafka.pollTimeout | The maximum amount of time in milliseconds the channel will wait for events if they are not available. The default is 500. |
| parseAsFlumeEvent | This must be set to false if other channels or sinks write to
the same topic. |
| producer.linger.ms | These properties are used to configure the Kafka Producer. Any producer property
supported by Kafka can be used. The only requirement is to prepend the property name
with the prefix kafka.producer. For example:
|
| capacity | The maximum number of events stored in the channel. The default value is 100. |
| transactionCapacity | The maximum number of events the channel will take from a source or give to a sink per transaction. The default value is 100. |
For additional properties that you may want to configure for the Kafka channel, see the Flume
documentation. Note that brokerList is not required when writing to
HPE Ezmeral Data Fabric Event Store.