[
https://issues.apache.org/jira/browse/KAFKA-6301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16276057#comment-16276057
]
ASF GitHub Bot commented on KAFKA-6301:
---------------------------------------
GitHub user waleedfateem opened a pull request:
https://github.com/apache/kafka/pull/4289
KAFKA-6301 changing regular expression in ops.html from '*' to '.*'
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 fix makes the change directly to the ops.html file.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/waleedfateem/kafka KAFKA-6301
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/4289.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4289
----
commit f26dd298c24d22656d26575a03201a43c326b4df
Author: waleedfateem <[email protected]>
Date: 2017-12-03T19:42:47Z
KAFKA-6301 changing incorrect Java Regex example for mirroring all topics
from '*' to '.*' in ops.html
----
> 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: 0.10.2.0, 0.11.0.0, 1.0.0
> Reporter: Waleed Fateem
> Assignee: Waleed Fateem
> Priority: Minor
> Labels: documentation, mirror-maker
>
> 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)