Enable Kerberos on Ignite Kafka streamer / support for new consumer config

2018-02-06 Thread jackson.dickson
Hi, We are trying to enable Kerberos in our Ignite-Kafka env. Kerberos is supported in Kafka consumers using the newer consumer configs. As per Kafka documentation, Kerberos is only supported on the newer KAfka consumers. It seems the Ignite KafkaStreamer only supports using the old consumer conf

Re: Enable Kerberos on Ignite Kafka streamer / support for new consumer config

2018-02-07 Thread jackson.dickson
Thanks Andrew for your response. As per this documentation ( https://docs.confluent.io/3.0.0/kafka/sasl.html#sasl-configuration-for-kafka-clients ), SASL auth is supported only for new Kafka consumers. The new

Re: Enable Kerberos on Ignite Kafka streamer / support for new consumer config

2018-02-19 Thread jackson.dickson
Hi Andrew, Yes, "bootstrap.server" option is not working for you? -Jackson -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Enable Kerberos on Ignite Kafka streamer / support for new consumer config

2018-02-19 Thread jackson.dickson
Hi Andrew, Yes, "bootstrap.server" option is not working for me. -Jackson -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Enable Kerberos on Ignite Kafka streamer / support for new consumer config

2018-02-19 Thread jackson.dickson
Thanks Andrew. The new consumer config enable Kafka clients to connect directly to the Kafka brokers. kafka-clients 0.10.x support both style. I believe you would need another ConsumerConfig type like ZKConfig. -Jackson -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/