You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Chio Chuan Ooi <ch...@gmail.com> on 2019/11/02 14:43:09 UTC

Request Reply for kafka component

Hi,

Understand from the previous post that camel is not supporting
request/reply style messaging for the older version.
Just wonder if is already supported in the latest 2.24 ?

Thanks and Regards,
Chio Chuan

Re: Request Reply for kafka component

Posted by Claus Ibsen <cl...@gmail.com>.
Hi

There is no such support.
Also Kafka is not ideally designed for a request/reply pattern
use-cases, like traditional messaging systems can do.
It's more for high volume streaming events, with more fire and forget
(InOnly) messaging patterns.
However Spring Kafka have added their own feature on top with a
support for replying kafka template. Take a look at spring-kafka.

The camel-kafka component is using the kafka java client (and not spring kafka)



On Sat, Nov 2, 2019 at 3:43 PM Chio Chuan Ooi <ch...@gmail.com> wrote:
>
> Hi,
>
> Understand from the previous post that camel is not supporting
> request/reply style messaging for the older version.
> Just wonder if is already supported in the latest 2.24 ?
>
> Thanks and Regards,
> Chio Chuan



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2