Repository: camel Updated Branches: refs/heads/master 27313cc40 -> 1e52c44c0
Update component docs Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/1e52c44c Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/1e52c44c Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/1e52c44c Branch: refs/heads/master Commit: 1e52c44c007278e2a72f7f2e619e6e8500db8053 Parents: 27313cc Author: Claus Ibsen <davscl...@apache.org> Authored: Thu Jul 28 16:40:31 2016 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Thu Jul 28 19:42:14 2016 +0200 ---------------------------------------------------------------------- components/camel-kafka/src/main/docs/kafka.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/1e52c44c/components/camel-kafka/src/main/docs/kafka.adoc ---------------------------------------------------------------------- diff --git a/components/camel-kafka/src/main/docs/kafka.adoc b/components/camel-kafka/src/main/docs/kafka.adoc index aee97a8..fde33e3 100644 --- a/components/camel-kafka/src/main/docs/kafka.adoc +++ b/components/camel-kafka/src/main/docs/kafka.adoc @@ -90,6 +90,7 @@ The Kafka component supports 1 options which are listed below. + // endpoint options: START The Kafka component supports 75 endpoint options which are listed below: @@ -106,7 +107,7 @@ The Kafka component supports 75 endpoint options which are listed below: | kerberosRenewJitter | common | 0.05 | Double | Percentage of random jitter added to the renewal time. | kerberosRenewWindowFactor | common | 0.8 | Double | Login thread will sleep until the specified window factor of time from last refresh to ticket's expiry has been reached at which time it will try to renew the ticket. | partitioner | common | org.apache.kafka.clients.producer.internals.DefaultPartitioner | String | The partitioner class for partitioning messages amongst sub-topics. The default partitioner is based on the hash of the key. -| saslMechanism | common | GSSAPI | String | The The Simple Authentication and Security Layer (SASL) Mechanism used. For the valid values see http://www.iana.org/assignments/sasl-mechanisms/sasl-mechanisms.xhtml +| saslMechanism | common | GSSAPI | String | The Simple Authentication and Security Layer (SASL) Mechanism used. For the valid values see http://www.iana.org/assignments/sasl-mechanisms/sasl-mechanisms.xhtml | topic | common | | String | *Required* Name of the topic to use. | autoCommitEnable | consumer | true | Boolean | If true periodically commit to ZooKeeper the offset of messages already fetched by the consumer. This committed offset will be used when the process fails as the position from which the new consumer will begin. | autoCommitIntervalMs | consumer | 5000 | Integer | The frequency in ms that the consumer offsets are committed to zookeeper. @@ -188,6 +189,7 @@ The Kafka component supports 75 endpoint options which are listed below: + For more information about Producer/Consumer configuration: http://kafka.apache.org/documentation.html#newconsumerconfigs[http://kafka.apache.org/documentation.html#newconsumerconfigs]