joekiller / jruby-kafka

Apache License 2.0
71 stars 52 forks source link

added possibility to subscribe to topics by a whitelist #21

Closed jpodeszwik closed 9 years ago

jpodeszwik commented 9 years ago

This commit adds possibility to subscribe to multiple topics at once by using whitelist (ie. (topic1|topic2))

joekiller commented 9 years ago

@jpodeszwik I think #19 took care of this. Would you please check?

jpodeszwik commented 9 years ago

@joekiller Yes. https://github.com/joekiller/jruby-kafka/pull/19 took care of this. Thanks.