You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Yuxiang Mai <yu...@gmail.com> on 2017/04/14 01:36:12 UTC

Python Kafka Client API to support kerberozed secure Kafka cluster?

Hi, all

We have upgrade our Kafka Cluster to 0.10.0 version mainly for the Kerberos
security feature and our Kafka-Client Java API is working fine.
But I tried to use Python API like Python-Kafka in our secure Kafka
Cluster. Seems there isn't any Python API to support secure Kafka cluster.
Can anyone tell me whether there is any Python API to support secure Kafka
Cluster?

Thanks

-- 
Yuxiang Mai
Sun Yat-Sen Unitversity
State Key Lab of Optoelectronic
Materials and Technologies

Re: Python Kafka Client API to support kerberozed secure Kafka cluster?

Posted by Yuxiang Mai <yu...@gmail.com>.
Thanks, Matt.We will try it.

On Fri, Apr 14, 2017 at 11:38 PM, Matt Howlett <ma...@confluent.io> wrote:

> confluent-kafka-python is built on librdkafka which can do kerberos
> security.
>
> https://github.com/confluentinc/confluent-kafka-python
>
> some notes on how to configure it are here:
>
> https://github.com/edenhill/librdkafka/wiki/Using-SASL-with-librdkafka
>
>
> On Thu, Apr 13, 2017 at 6:36 PM, Yuxiang Mai <yu...@gmail.com>
> wrote:
>
> > Hi, all
> >
> > We have upgrade our Kafka Cluster to 0.10.0 version mainly for the
> Kerberos
> > security feature and our Kafka-Client Java API is working fine.
> > But I tried to use Python API like Python-Kafka in our secure Kafka
> > Cluster. Seems there isn't any Python API to support secure Kafka
> cluster.
> > Can anyone tell me whether there is any Python API to support secure
> Kafka
> > Cluster?
> >
> > Thanks
> >
> > --
> > Yuxiang Mai
> > Sun Yat-Sen Unitversity
> > State Key Lab of Optoelectronic
> > Materials and Technologies
> >
>



-- 
Yuxiang Mai
Sun Yat-Sen Unitversity
State Key Lab of Optoelectronic
Materials and Technologies

Re: Python Kafka Client API to support kerberozed secure Kafka cluster?

Posted by Matt Howlett <ma...@confluent.io>.
confluent-kafka-python is built on librdkafka which can do kerberos
security.

https://github.com/confluentinc/confluent-kafka-python

some notes on how to configure it are here:

https://github.com/edenhill/librdkafka/wiki/Using-SASL-with-librdkafka


On Thu, Apr 13, 2017 at 6:36 PM, Yuxiang Mai <yu...@gmail.com> wrote:

> Hi, all
>
> We have upgrade our Kafka Cluster to 0.10.0 version mainly for the Kerberos
> security feature and our Kafka-Client Java API is working fine.
> But I tried to use Python API like Python-Kafka in our secure Kafka
> Cluster. Seems there isn't any Python API to support secure Kafka cluster.
> Can anyone tell me whether there is any Python API to support secure Kafka
> Cluster?
>
> Thanks
>
> --
> Yuxiang Mai
> Sun Yat-Sen Unitversity
> State Key Lab of Optoelectronic
> Materials and Technologies
>