You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@storm.apache.org by Ambud Sharma <as...@gmail.com> on 2016/12/20 01:05:32 UTC

Re: Support of topic wildcards in Kafka spout

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.wijekoon@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?
>