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)