Details
-
New Feature
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
Description
There is an awesome feature which was added in 2.0 kafka stream - possibility to choose dynamically the output topic for topology, but in some cases it could be useful to chose several topics withing the same cluster.
Personally me - I met such case: I needed to route message based on its content and by routes configuration to several topics.
I've made a 'proposal' PR for this, unfortunately I couldn't find better way to implement this:
https://github.com/apache/kafka/pull/5801
If this approach is OK, and improvement could be done in future versions, please let me know and I'll finish PR code.
Attachments
Attachments
Issue Links
- relates to
-
KAFKA-4936 Allow dynamic routing of output records
- Resolved