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 <spo...@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 >