Hi community,

Is there a way in Kafka Streams to change the order of operators in
runtime? For example, I have operators

Source->A->B->C->D->E->Sink

and I want to forward some tuples from A to E, from B to Sink and etc. As
far as I know, the stream execution graph is computed in compile time and
does not change in runtime. Can there be an indirect solution for this
specific case?

Jeyhun

-- 
-Cheers

Jeyhun

Reply via email to