Hi, Apologies, but bumping this email. Is there any way we can use use
ticketcache with Kafka?
Thanks,
Hugo
On Tue, Sep 19, 2017 at 2:45 PM, Hugo Reinwald
wrote:
> Hi All,
>
> I am connecting to a secured kafka cluster from spark. My jaas.conf looks
> like below -
&
Hi All,
I am connecting to a secured kafka cluster from spark. My jaas.conf looks
like below -
KafkaClient {
com.sun.security.auth.module.Krb5LoginModule required
useTicketCache=true
keyTab="./user.keytab"
principal="u...@example.com";
};
export KAFKA_OPTS="-Djava.security.auth.login.config=/home