Hi community,

I have a question regarding with streams library.

Currently, in kafka-streams we run the whole topology in one instance and
there can be several topologies  or tasks in a single node. However, there
can be use-cases with very complex topologies with costly operators. So,
when we want to scale-up, instead of copying the whole topology to run in
parallel, we may need to scale-up specific operators (or subgraphs in
tasks) in topology (it depends on a defined cost function).
So my question is that,  is the specified use-case is compatible with
kafka-streams motivation and would it be appreciated by community the
relevant contribution?


Cheers,
Jeyhun
-- 
-Cheers

Jeyhun

Reply via email to