-
The idea is to provide options for migrating stateful services to Parallel Consumer. The reference of the potential design could be using RocksDB to persist the data on the local disk as well as using Kafka changelog topic for disaster recovery like Kafka Streams. It would be great if windowed aggregation is supported |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It is an interesting proposition, but honestly i think it would be easier to do it the other way around and figure out a way to add processing parallelisation to Kafka Streams instead. |
Beta Was this translation helpful? Give feedback.
It is an interesting proposition, but honestly i think it would be easier to do it the other way around and figure out a way to add processing parallelisation to Kafka Streams instead.