You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2016/05/05 14:46:12 UTC

[jira] [Commented] (CAMEL-9931) camel-kafka - Add support for async sending with callback

    [ https://issues.apache.org/jira/browse/CAMEL-9931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15272461#comment-15272461 ] 

Claus Ibsen commented on CAMEL-9931:
------------------------------------

Its a step in that direction. In the completion from kafka, you would need to do the thread pool thing and use that to call the camel callback.done to continue routing. 
When sending to kafka we can use current thread.

> camel-kafka - Add support for async sending with callback
> ---------------------------------------------------------
>
>                 Key: CAMEL-9931
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9931
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-kafka
>            Reporter: Claus Ibsen
>             Fix For: Future
>
>         Attachments: Producer Async V1.0.zip
>
>
> This requires us having a thread pool on the component that is used for processing the async replies when the kafka callback signals. Because we should not use its thread to continue routing.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)