Re: [sdc-user] Re: Having trouble to connect StreamSets to Kafka with Kerberos authentication

2016-03-04 Thread Harikiran Nayak
Hi Michal, The configuration in consumer.properties is not correct. The 'sasl.kerberos.service.name' option expects the kerberos principal that Kafka runs as. In your case it should be '*sasl.kerberos.service.name =*kafka*' * Can you please test using the

Re: [sdc-user] Re: Having trouble to connect StreamSets to Kafka with Kerberos authentication

2016-03-04 Thread Michał Kabocik
Dear Hari, Thank you for your reply. Replying to your questions: Yes, I have all needed entries in etc/hosts and hosts can 'see' each other. I followed your suggestion and added mentioned entries in server.properties_krb5. Now when starting Kafka Broker I see: listeners =

Re: [sdc-user] Re: Having trouble to connect StreamSets to Kafka with Kerberos authentication

2016-03-04 Thread Michał Kabocik
Dear Hari, Thank you for your reply. Replying to your questions: Yes, I have all needed entries in etc/hosts and hosts can 'see' each other. I followed your suggestion and added mentioned entries in server.properties_krb5. Now when starting Kafka Broker I see: listeners =

Re: [sdc-user] Re: Having trouble to connect StreamSets to Kafka with Kerberos authentication

2016-03-03 Thread Ismael Juma
Hi Harikiran, One comment: `advertised.host.name` is not used if `advertised.listeners` is set and similarly `host.name` is not used if `listeners` is set. In general, the use of those properties is now discouraged in favour of listeners. There is a PR to make the documentation clearer:

Re: [sdc-user] Re: Having trouble to connect StreamSets to Kafka with Kerberos authentication

2016-03-03 Thread Harikiran Nayak
Hi Michal, Can you please add the *advertised.listeners* and *advertised.host.name * properties in your kafka server config file 'server.properties_krb5'? For example, I have the following configuration in my working setup listeners=SASL_PLAINTEXT://:9092

Re: [sdc-user] Re: Having trouble to connect StreamSets to Kafka with Kerberos authentication

2016-03-03 Thread Harikiran Nayak
Hi Michal, Are you able to write and read from the kerberized Kafka setup using the Kafka Console Producer and Consumer? I am taking a look at your configuration files. Thanks Hari. On Thu, Mar 3, 2016 at 8:09 AM Jonathan Natkins wrote: > Hey Michal, > > I'm cc'ing the