You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Waleed Fateem (JIRA)" <ji...@apache.org> on 2017/12/03 15:49:00 UTC

[jira] [Created] (KAFKA-6301) Incorrect Java Regex example '*' for mirroring all topics

Waleed Fateem created KAFKA-6301:
------------------------------------

             Summary: Incorrect Java Regex example '*' for mirroring all topics
                 Key: KAFKA-6301
                 URL: https://issues.apache.org/jira/browse/KAFKA-6301
             Project: Kafka
          Issue Type: Bug
          Components: documentation
    Affects Versions: 1.0.0, 0.11.0.0, 0.10.2.0
            Reporter: Waleed Fateem
            Priority: Minor


The documentation for section "Mirroring data between clusters" states the following:

Or you could mirror all topics using --whitelist '*'

The regular expression should be '.*' instead. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)