This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new 0832d18 Regen for commit f1487e5804dfb63e56952278b5b774d246fb692a
0832d18 is described below
commit 0832d182009813537df29267820deb65962dc8a6
Author: omarsmak <[email protected]>
AuthorDate: Thu Mar 25 13:29:45 2021 +0000
Regen for commit f1487e5804dfb63e56952278b5b774d246fb692a
Signed-off-by: GitHub <[email protected]>
---
.../resources/org/apache/camel/catalog/docs/kafka-component.adoc | 2 +-
docs/components/modules/ROOT/pages/kafka-component.adoc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/kafka-component.adoc
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/kafka-component.adoc
index 14e80bf..81ab68c 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/kafka-component.adoc
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/kafka-component.adoc
@@ -309,7 +309,7 @@ Before sending a message to Kafka you can configure the
following headers.
|===
| Header constant | Header value | Type | Description
| KafkaConstants.KEY | "kafka.KEY" | Object | *Required*
The key of the message in order to ensure that all related message goes in the
same partition
-| KafkaConstants.OVERRIDE_TOPIC | "kafka.OVERRIDE_TOPIC" | String | The topic
to which send the message (override and takes precedence), and the header is
not preserved. |
+| KafkaConstants.OVERRIDE_TOPIC | "kafka.OVERRIDE_TOPIC" | String | The topic
to which send the message (override and takes precedence), and the header is
not preserved.
| KafkaConstants.PARTITION_KEY | "kafka.PARTITION_KEY" | Integer | Explicitly
specify the partition (only used if the `KafkaConstants.KEY` header is defined)
|===
diff --git a/docs/components/modules/ROOT/pages/kafka-component.adoc
b/docs/components/modules/ROOT/pages/kafka-component.adoc
index 02aca65..8627b2a 100644
--- a/docs/components/modules/ROOT/pages/kafka-component.adoc
+++ b/docs/components/modules/ROOT/pages/kafka-component.adoc
@@ -311,7 +311,7 @@ Before sending a message to Kafka you can configure the
following headers.
|===
| Header constant | Header value | Type | Description
| KafkaConstants.KEY | "kafka.KEY" | Object | *Required*
The key of the message in order to ensure that all related message goes in the
same partition
-| KafkaConstants.OVERRIDE_TOPIC | "kafka.OVERRIDE_TOPIC" | String | The topic
to which send the message (override and takes precedence), and the header is
not preserved. |
+| KafkaConstants.OVERRIDE_TOPIC | "kafka.OVERRIDE_TOPIC" | String | The topic
to which send the message (override and takes precedence), and the header is
not preserved.
| KafkaConstants.PARTITION_KEY | "kafka.PARTITION_KEY" | Integer | Explicitly
specify the partition (only used if the `KafkaConstants.KEY` header is defined)
|===