[go-nuts] Re: Kafka with ssl is not working

2019-12-16 Thread sounthar cs
Yes i am able to connect using that command. The server is working fine with python code. from kafka import KafkaProducer, KafkaConsumer from time import gmtime, strftime import io import io #print "Start 'test'" + strftime("%Y-%m-%d %H:%M:%S", gmtime()) broker_string =

[go-nuts] Re: Kafka with ssl is not working

2019-12-16 Thread Tamás Gulácsi
Are you sure that the Kafka instance you're connecting to does use TLS? openssl s_client -connect ...:9093 can connect? 2019. december 16., hétfő 7:52:31 UTC+1 időpontban sounthar cs a következőt írta: > > Hi All, > > I am trying to consume data from the existing kafka server. > > *I am able to