From issues-return-64649-archive-asf-public=cust-asf.ponee.io@nifi.apache.org Sat Sep 15 18:04:30 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 10BC3180629 for ; Sat, 15 Sep 2018 18:04:29 +0200 (CEST) Received: (qmail 34033 invoked by uid 500); 15 Sep 2018 16:04:29 -0000 Mailing-List: contact issues-help@nifi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nifi.apache.org Delivered-To: mailing list issues@nifi.apache.org Received: (qmail 34023 invoked by uid 99); 15 Sep 2018 16:04:29 -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; Sat, 15 Sep 2018 16:04:29 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 12569DFC7A; Sat, 15 Sep 2018 16:04:29 +0000 (UTC) From: pvillard31 To: issues@nifi.apache.org Reply-To: issues@nifi.apache.org References: In-Reply-To: Subject: [GitHub] nifi issue #2948: NIFI-5518: Added processors for integrating with Apache Ka... Content-Type: text/plain Message-Id: <20180915160429.12569DFC7A@git1-us-west.apache.org> Date: Sat, 15 Sep 2018 16:04:29 +0000 (UTC) Github user pvillard31 commented on the issue: https://github.com/apache/nifi/pull/2948 I've been playing with the Kafka processors quite a lot for last few days and all looks good for me here. I run tests with secured (SASL / SSL) brokers, and tested workflows using headers. Everything is working as expected. Unless someone else wants to have a look, I can merge it in few days. ---