You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Stephen Powis <sp...@salesforce.com> on 2016/01/08 13:54:48 UTC

MirrorMaker --whitelist option in 0.9.0.0

Hey!

I'm having a little trouble with mirror maker, if I supply --whitelist "*"
it will not consume any topics.  If do --whitelist "TopicName" it works,
for the specified topic.  Any idea why my wildcard does not work?

Thanks
Stephen

Re: MirrorMaker --whitelist option in 0.9.0.0

Posted by Stephen Powis <sp...@salesforce.com>.
Hmm so after I sent my email to the list, I realized that I forgot to
include.. I started with --whitelist ".*" but after that didn't work
swapped to "*" after running across the docs here:
https://kafka.apache.org/090/ops.html#basic_ops_mirror_maker

Neither were working for me :/

On Fri, Jan 8, 2016 at 9:54 PM, tao xiao <xi...@gmail.com> wrote:

> Mirror maker white list uses Java pattern
> https://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html. In
> you case the whitelist is ".*"
>
> On Fri, 8 Jan 2016 at 20:54 Stephen Powis <sp...@salesforce.com> wrote:
>
> > Hey!
> >
> > I'm having a little trouble with mirror maker, if I supply --whitelist
> "*"
> > it will not consume any topics.  If do --whitelist "TopicName" it works,
> > for the specified topic.  Any idea why my wildcard does not work?
> >
> > Thanks
> > Stephen
> >
>

Re: MirrorMaker --whitelist option in 0.9.0.0

Posted by tao xiao <xi...@gmail.com>.
Mirror maker white list uses Java pattern
https://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html. In
you case the whitelist is ".*"

On Fri, 8 Jan 2016 at 20:54 Stephen Powis <sp...@salesforce.com> wrote:

> Hey!
>
> I'm having a little trouble with mirror maker, if I supply --whitelist "*"
> it will not consume any topics.  If do --whitelist "TopicName" it works,
> for the specified topic.  Any idea why my wildcard does not work?
>
> Thanks
> Stephen
>