[
https://issues.apache.org/jira/browse/CAMEL-9957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15282566#comment-15282566
]
Claus Ibsen commented on CAMEL-9957:
------------------------------------
The kafka callback cannot be used for camel routing. You must not use that
thread to continue routing in Camel. I added a worker pool for Camel to use,
which you can configure the size of etc.
> camel-kafka producer sends the message in an async way
> ------------------------------------------------------
>
> Key: CAMEL-9957
> URL: https://issues.apache.org/jira/browse/CAMEL-9957
> Project: Camel
> Issue Type: Improvement
> Affects Versions: 2.17.1
> Reporter: Willem Jiang
> Assignee: Willem Jiang
> Fix For: 2.17.2, 2.18.0
>
>
> CAMEL-9790 made the sync sending, it could cause some trouble when ppl has
> lots of data to send.
> We need to provide an async way to send the message to kafka.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)