I've opened https://issues.apache.org/jira/browse/KAFKA-3285 to track the
issue.
I will test again with metadata.max.age.ms in mind, that makes sense.
Thanks!
On Wed, Feb 24, 2016 at 8:22 PM, tao xiao wrote:
> One more additional note to new consumer. The new topic will not be picked
> up by n
One more additional note to new consumer. The new topic will not be picked
up by new consumer immediately. It takes as long as metadata.max.age.ms to
refresh metadata and pick up topics that match the pattern at the time of
check.
On Thu, 25 Feb 2016 at 08:48 Jason Gustafson wrote:
> Hey Luke,
>
Hey Luke,
I took a look at the code and it does look like the whitelist argument is
handled differently between the old and new consumers. For the new
consumer, we just treat it as a raw regular expression, but the old
consumer does some preprocessing. We should probably do the preprocessing
in bo