Re: Support of topic wildcards in Kafka spout

2016-12-19 Thread Ambud Sharma
No, this is currently not supported. Please open a feature request:
https://issues.apache.org/jira/browse/STORM/ so we can vote on it from a
community perspective and see if others would be interested in developing
this feature.

On Tue, Nov 22, 2016 at 5:53 AM, Wijekoon, Manusha <
manusha.wijek...@citi.com> wrote:

> We have a topology that has multiple kafka spout tasks. Each spout task is
> supposed to read a subset of messages from a set of Kafka topics. Topics
> have to be subscribed using a wild card such as AAA.BBB.*. The expected
> behaviour would be that all spout tasks collectively will consume all
> messages in all of the topics that match the wild card. Each message is
> only routed to a single spout task (Ignore failure scenarios). Is this
> currently supported?
>


Support of topic wildcards in Kafka spout

2016-11-22 Thread Wijekoon, Manusha
We have a topology that has multiple kafka spout tasks. Each spout task is 
supposed to read a subset of messages from a set of Kafka topics. Topics have 
to be subscribed using a wild card such as AAA.BBB.*. The expected behaviour 
would be that all spout tasks collectively will consume all messages in all of 
the topics that match the wild card. Each message is only routed to a single 
spout task (Ignore failure scenarios). Is this currently supported?