[jira] [Updated] (KAFKA-7578) Kafka streams: add possibility to choose multiple output topics

2019-11-24 Thread Matthias J. Sax (Jira)


 [ 
https://issues.apache.org/jira/browse/KAFKA-7578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matthias J. Sax updated KAFKA-7578:
---
Description: 
KIP draft: 
[https://cwiki.apache.org/confluence/display/KAFKA/KIP-422%3A+%5BStreams%5D+Support+multiple+topic+resolution+in+TopicNameExtractor]

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.

  was:
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.


> Kafka streams: add possibility to choose multiple output topics 
> 
>
> Key: KAFKA-7578
> URL: https://issues.apache.org/jira/browse/KAFKA-7578
> Project: Kafka
>  Issue Type: New Feature
>  Components: streams
>Reporter: Taras Danylchuk
>Priority: Minor
>  Labels: needs-kip, user-experience
>
> KIP draft: 
> [https://cwiki.apache.org/confluence/display/KAFKA/KIP-422%3A+%5BStreams%5D+Support+multiple+topic+resolution+in+TopicNameExtractor]
> 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.



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


[jira] [Updated] (KAFKA-7578) Kafka streams: add possibility to choose multiple output topics

2018-11-16 Thread Guozhang Wang (JIRA)


 [ 
https://issues.apache.org/jira/browse/KAFKA-7578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Guozhang Wang updated KAFKA-7578:
-
Labels: needs-kip user-experience  (was: needs-kip)

> Kafka streams: add possibility to choose multiple output topics 
> 
>
> Key: KAFKA-7578
> URL: https://issues.apache.org/jira/browse/KAFKA-7578
> Project: Kafka
>  Issue Type: New Feature
>  Components: streams
>Reporter: Taras Danylchuk
>Priority: Minor
>  Labels: needs-kip, user-experience
>
> 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.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (KAFKA-7578) Kafka streams: add possibility to choose multiple output topics

2018-11-01 Thread Matthias J. Sax (JIRA)


 [ 
https://issues.apache.org/jira/browse/KAFKA-7578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matthias J. Sax updated KAFKA-7578:
---
Issue Type: New Feature  (was: Improvement)

> Kafka streams: add possibility to choose multiple output topics 
> 
>
> Key: KAFKA-7578
> URL: https://issues.apache.org/jira/browse/KAFKA-7578
> Project: Kafka
>  Issue Type: New Feature
>  Components: streams
>Reporter: Taras Danylchuk
>Priority: Minor
>  Labels: needs-kip
>
> 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.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (KAFKA-7578) Kafka streams: add possibility to choose multiple output topics

2018-11-01 Thread Matthias J. Sax (JIRA)


 [ 
https://issues.apache.org/jira/browse/KAFKA-7578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matthias J. Sax updated KAFKA-7578:
---
Labels: needs-kip  (was: )

> Kafka streams: add possibility to choose multiple output topics 
> 
>
> Key: KAFKA-7578
> URL: https://issues.apache.org/jira/browse/KAFKA-7578
> Project: Kafka
>  Issue Type: Improvement
>  Components: streams
>Reporter: Taras Danylchuk
>Priority: Minor
>  Labels: needs-kip
>
> 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.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)