Re: WARN Property [sasl-stuff] is not valid

2016-05-31 Thread Ismael Juma
Great to hear Stefano, thanks for the update. Ismael On Tue, May 31, 2016 at 10:13 AM, Stefano Baghino < stefano.bagh...@radicalbit.io> wrote: > Hi Ismael, > > thank you so much for helping out: both tips (using the proper configs for > my Kafka version and appending the --new-consumer option) p

Re: WARN Property [sasl-stuff] is not valid

2016-05-31 Thread Stefano Baghino
Hi Ismael, thank you so much for helping out: both tips (using the proper configs for my Kafka version and appending the --new-consumer option) proved right and I've been able to run my simple Flink job reading from and writing to Kafka in a secure environment. Best, Stefano On Mon, May 30, 2016

Re: WARN Property [sasl-stuff] is not valid

2016-05-30 Thread Ismael Juma
Hi Stefano, For the console consumer, you need to pass --new-consumer for it to work. For the producer, it seems like you are using configs for Kafka 0.10 with a 0.9 producer, but the warning is benign. Are you sure the producer is not working? Ismael On 30 May 2016 11:50, "Stefano Baghino" wro

WARN Property [sasl-stuff] is not valid

2016-05-30 Thread Stefano Baghino
Hello everybody, I'm trying to run a simple Flink that both read from and writes to Kafka, however at the moment I'm having a hard time at running both the console consumer and producer to test the effectiveness of my test. It is extremely important that I run these tests in a kerberized environm