From dev-return-39831-apmail-kafka-dev-archive=kafka.apache.org@kafka.apache.org Fri Aug 28 19:01:32 2015 Return-Path: X-Original-To: apmail-kafka-dev-archive@www.apache.org Delivered-To: apmail-kafka-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2DDAB18792 for ; Fri, 28 Aug 2015 19:01:32 +0000 (UTC) Received: (qmail 67759 invoked by uid 500); 28 Aug 2015 19:01:29 -0000 Delivered-To: apmail-kafka-dev-archive@kafka.apache.org Received: (qmail 67619 invoked by uid 500); 28 Aug 2015 19:01:29 -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 67593 invoked by uid 99); 28 Aug 2015 19:01:29 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Aug 2015 19:01:29 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id F20EEEF316; Fri, 28 Aug 2015 19:01:28 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.448 X-Spam-Level: ** X-Spam-Status: No, score=2.448 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, HTML_MESSAGE=3, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id fHgy-g39O-yq; Fri, 28 Aug 2015 19:01:28 +0000 (UTC) Received: from mail-io0-f178.google.com (mail-io0-f178.google.com [209.85.223.178]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id AC8D020D7B; Fri, 28 Aug 2015 19:01:27 +0000 (UTC) Received: by iofe124 with SMTP id e124so37809009iof.1; Fri, 28 Aug 2015 12:01:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=ca717zbcpVUotScSYZoFoUr6gCPsyWn6+AWjtdO+DAQ=; b=U2lk1pzlo1ky8bC0B4yV4FXwM13JM5zQgf/OHg9gnZMIhIR6p7yMLi2MFWV7YS0rGi EIcylrgcRhPeyZz+keHjkvCElpJNKN43j2sGJo1alm4O7Nv/lCvssEl+ZcN9Vid58R+n eRj0FuZHeJZx7ZaEd6sDvHIRJsDEQCcd7XrApA5q33Ukr6345Jx4Z5PwLEGACKqt0EMq lTPkOQIE1GNcO7r9+ZRQpica/E6Ya4A4LlMJxgtoZMEn7k3Xc3qkOupz7asPdsSIQxXr VVk7s5mMW2ptm36T6xbSYp9mryuTwbMwlT4fuFRKV4UZhYF5SdIe4iFmnYfNwFQWJu+8 xD8g== MIME-Version: 1.0 X-Received: by 10.107.3.169 with SMTP id e41mr15613230ioi.113.1440788486677; Fri, 28 Aug 2015 12:01:26 -0700 (PDT) Received: by 10.107.4.138 with HTTP; Fri, 28 Aug 2015 12:01:26 -0700 (PDT) Date: Fri, 28 Aug 2015 12:01:26 -0700 Message-ID: Subject: Mirror maker SSL support From: "Xiang Zhou (Samuel)" To: users@kafka.apache.org Cc: dev@kafka.apache.org Content-Type: multipart/alternative; boundary=001a113ed554f1f048051e63b557 --001a113ed554f1f048051e63b557 Content-Type: text/plain; charset=UTF-8 Hi, folks, I just want to check if anybody know if there are any plan of Kafka MirrorMaker support running over SSL. I tried to follow https://cwiki.apache.org/confluence/display/KAFKA/Deploying+SSL+for+Kafka to configure consumer/producer properties with SSL but no luck, looks that Kafka MirrorMaker consumer use the difference implementation when consuming data compared to new consumer. So I want to check when SSL MM will be supported. Or is there a JIRA ticket to track it so I can follow it? Thanks! Samuel --001a113ed554f1f048051e63b557--