This is an automated email from the ASF dual-hosted git repository.

jpoth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit dcc9e0b82d98de4dcbc9a9036be06f87697c99e2
Author: John Poth <poth.j...@gmail.com>
AuthorDate: Thu Feb 6 16:41:10 2020 +0100

    Fix kafka camel 3 migration guide
---
 docs/user-manual/modules/ROOT/pages/camel-3-migration-guide.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-3-migration-guide.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-3-migration-guide.adoc
index ea84705..8cba7d0 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3-migration-guide.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3-migration-guide.adoc
@@ -320,7 +320,7 @@ The default FHIR version has been changed to R4. Therefore 
if DSTU3 is desired i
 
 === Kafka
 
-The `camel-kafka` component has removed the options `bridgeEndpoint` and 
`circularEndpointDetection` as this is no longer needed as the component is 
acting as briding would work on Camel 2.x. In other words `camel-kafka` will 
send messages to the topic from the endpoint uri. To override this use the 
`KafkaConstants.OVERRIDE_TOPIC` header with the new topic. See more details in 
the `camel-kafka` component documentation.
+The `camel-kafka` component has removed the options `bridgeEndpoint` and 
`circularTopicDetection` as this is no longer needed as the component is acting 
as briding would work on Camel 2.x. In other words `camel-kafka` will send 
messages to the topic from the endpoint uri. To override this use the 
`KafkaConstants.OVERRIDE_TOPIC` header with the new topic. See more details in 
the `camel-kafka` component documentation.
 
 === Telegram
 

Reply via email to