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

Omar Al-Safi commented on CAMEL-10652:
--------------------------------------

[~aryankoul] yes you are right, the streams API process can run anywhere. 
However, it uses Kafka broker as backing store for all intermediate operations, 
for example joining two streams may require as first step a re-key for the 
keys, the output of that re-key process will be in written into intermediate 
topic in kafka. As well as taking the input streams and writing streams, all 
these streams are indeed kafka topics, therefore strong coupling there with 
Kafka broker.
The output most times is a kafka topic or a depending on what you specify. 


> Create a component for Kafka-Stream
> -----------------------------------
>
>                 Key: CAMEL-10652
>                 URL: https://issues.apache.org/jira/browse/CAMEL-10652
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-kafka
>            Reporter: Andrea Cosentino
>            Priority: Minor
>              Labels: gsoc2020
>             Fix For: Future
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to