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 3EDAA200B49 for ; Wed, 3 Aug 2016 09:43:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3D790160A86; Wed, 3 Aug 2016 07:43:22 +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 AA267160A64 for ; Wed, 3 Aug 2016 09:43:21 +0200 (CEST) Received: (qmail 5421 invoked by uid 500); 3 Aug 2016 07:43:20 -0000 Mailing-List: contact issues-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list issues@camel.apache.org Received: (qmail 5222 invoked by uid 99); 3 Aug 2016 07:43:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Aug 2016 07:43:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 947172C0D5E for ; Wed, 3 Aug 2016 07:43:20 +0000 (UTC) Date: Wed, 3 Aug 2016 07:43:20 +0000 (UTC) From: "Oliver Holzmann (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Reopened] (CAMEL-10196) Camel KAfka doesn't support SASL_PLAINTEXT security protocol MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 03 Aug 2016 07:43:22 -0000 [ https://issues.apache.org/jira/browse/CAMEL-10196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Holzmann reopened CAMEL-10196: ------------------------------------- Estimated Complexity: Novice (was: Unknown) {{saslMechanism}} missing in {{KafkaEndpoint}} to allow setting the property via kafka uri. > Camel KAfka doesn't support SASL_PLAINTEXT security protocol > ------------------------------------------------------------ > > Key: CAMEL-10196 > URL: https://issues.apache.org/jira/browse/CAMEL-10196 > Project: Camel > Issue Type: Improvement > Components: camel-kafka > Affects Versions: 2.18.0 > Reporter: Oliver Holzmann > Assignee: Andrea Cosentino > Fix For: 2.18.0 > > > I try to use plain SASL client authentication. I can set {{securityProtocol=SASL_PLAINTEXT}} but it is not possible to set sasl mechanism to {{PLAIN}} via camel endpoint configuration. Thus the default from {{org.apache.kafka.common.config.SaslConfigs.DEFAULT_SASL_MECHANISM=GSSAPI_MECHANISM}} is used. > It should be possible to set something like {{saslMechanism=PLAIN}} in kafka endpoint configuration. -- This message was sent by Atlassian JIRA (v6.3.4#6332)