Interacting with a secured Kafka cluster via GSS-API

2015-12-10 Thread Dave Ariens
Hi devs! I'm working on enhancing a custom 0.8.2.1 producer/consumer to support establishing connections a secured 0.9.0 cluster with strict ACLs on each topic. I'm pretty new to (read: first day working with) GSS-API/JAAS and not really sure how to approach this problem. Our existing impleme

RE: Interacting with a secured Kafka cluster via GSS-API

2015-12-10 Thread Dave Ariens
> Is there a reason why you are using GSS-API directly instead of via SASL? There sure is--because I have no clue what I'm doing :) Our Kafka 0.9.0 cluster is currently only configured for SASL_PLAINTEXT so we're not encrypting anything at the moment. I'll take a look through SaslClientAuthent

RE: Interacting with a secured Kafka cluster via GSS-API

2015-12-10 Thread Dave Ariens
entials but not the connection seems brave. Andrew From: Dave Ariens To: "dev@kafka.apache.org" Date: 10/12/2015 15:43 Subject:RE: Interacting with a secured Kafka cluster via GSS-API > Is there a reason why you are using GSS-API directly instead of via SASL? T

RE: Interacting with a secured Kafka cluster via GSS-API

2015-12-10 Thread Dave Ariens
27;re not aware that it is there, so I'm just confirming. But, if you did have a look and the content didn't work for you, let us know why so that we can fix it. Thanks, -Flavio > On 10 Dec 2015, at 17:24, Dave Ariens wrote: > > Absolutely, currently I'm hoping to ge

RE: Interacting with a secured Kafka cluster via GSS-API

2015-12-10 Thread Dave Ariens
From: isma...@gmail.com [isma...@gmail.com] on behalf of Ismael Juma [ism...@juma.me.uk] Sent: Thursday, December 10, 2015 12:44 PM To: dev@kafka.apache.org Subject: Re: Interacting with a secured Kafka cluster via GSS-API On Thu, Dec 10, 2015 at 5:24 PM, Dave Ariens wrote: > Absolutely, currently

RE: Interacting with a secured Kafka cluster via GSS-API

2015-12-10 Thread Dave Ariens
day, December 10, 2015 1:10 PM To: dev@kafka.apache.org Subject: Re: Interacting with a secured Kafka cluster via GSS-API On Thu, Dec 10, 2015 at 6:06 PM, Dave Ariens wrote: > Sure, the custom producer and consumer library I'm updating is Krackle: > https://github.com/blackberry/Kra

RE: Interacting with a secured Kafka cluster via GSS-API

2015-12-11 Thread Dave Ariens
Hey folks, If anyone can quickly comment on the below producer calls? If this is worth more discussion I'll raise it on the users list under a more appropriate subject. Thanks From: Dave Ariens Sent: Thursday, December 10, 2015 1:40 PM To

[jira] [Commented] (KAFKA-1686) Implement SASL/Kerberos

2015-05-27 Thread Dave Ariens (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14561459#comment-14561459 ] Dave Ariens commented on KAFKA-1686: Hi [~sriharsha], we're eagerly anticipa