Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 0FC6A200D4D for ; Sun, 3 Dec 2017 20:51:57 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 0C591160C0B; Sun, 3 Dec 2017 19:51:57 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4A8F8160BF8 for ; Sun, 3 Dec 2017 20:51:56 +0100 (CET) Received: (qmail 82795 invoked by uid 500); 3 Dec 2017 19:51:55 -0000 Mailing-List: contact dev-help@kafka.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kafka.apache.org Delivered-To: mailing list dev@kafka.apache.org Received: (qmail 82784 invoked by uid 99); 3 Dec 2017 19:51:54 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Dec 2017 19:51:54 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 070DCE0219; Sun, 3 Dec 2017 19:51:53 +0000 (UTC) From: waleedfateem To: dev@kafka.apache.org Reply-To: dev@kafka.apache.org Message-ID: Subject: [GitHub] kafka pull request #4289: KAFKA-6301 changing regular expression in ops.html... Content-Type: text/plain Date: Sun, 3 Dec 2017 19:51:53 +0000 (UTC) archived-at: Sun, 03 Dec 2017 19:51:57 -0000 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 Date: 2017-12-03T19:42:47Z KAFKA-6301 changing incorrect Java Regex example for mirroring all topics from '*' to '.*' in ops.html ---- ---