You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by waleedfateem <gi...@git.apache.org> on 2017/12/03 19:51:53 UTC

[GitHub] kafka pull request #4289: KAFKA-6301 changing regular expression in ops.html...

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 <wa...@gmail.com>
Date:   2017-12-03T19:42:47Z

    KAFKA-6301 changing incorrect Java Regex example for mirroring all topics from '*' to '.*' in ops.html

----


---