camel-log-sink-kafka-connector sink configuration
Connector Description: A sink that logs all data that it receives, useful for debugging purposes.
When using camel-log-sink-kafka-connector as sink make sure to use the following Maven dependency to have support for the connector:
<dependency>
<groupId>org.apache.camel.kafkaconnector</groupId>
<artifactId>camel-log-sink-kafka-connector</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel Kafka connector version -->
</dependency>
To use this sink connector in Kafka connect you’ll need to set the following connector.class
connector.class=org.apache.camel.kafkaconnector.logsink.CamelLogsinkSinkConnector
The camel-log-sink sink connector supports 2 options, which are listed below.
Name | Description | Default | Priority |
---|---|---|---|
Show the headers received. |
false |
MEDIUM |
|
Show the stream bodies (they may not be available in following steps). |
false |
MEDIUM |
The camel-log-sink sink connector has no converters out of the box.
The camel-log-sink sink connector has no transforms out of the box.
The camel-log-sink sink connector has no aggregation strategies out of the box.