blob: b6de4944d5708680a82532efed2b333e345e43cb [file] [log] [blame]
[[@{title}-kafka-connector-sink]]
= @{title}-kafka-connector sink configuration
When using @{title}-kafka-connector as sink make sure to use the following Maven dependency to have support for the connector:
[source,xml]
----
<dependency>
<groupId>@{groupId}.kafkaconnector</groupId>
<artifactId>@{artifactId}-kafka-connector</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel Kafka connector version -->
</dependency>
----
@if{options.isEmpty()}
The @{title} sink connector has no options.
@else{}
The @{title} sink connector supports @{options.size()} options, which are listed below.
@end{}
@if{!options.isEmpty()}
[width="100%",cols="2,5,^1,2",options="header"]
|===
| Name | Description | Default | Priority
@foreach{row : options}| *@{row.getShortName(30)}* | @{util.escape(row.description)} | @{row.defaultValue} | @{row.priority}
@end{}|===
@end{}