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

2019-12-16 Thread sounthar cs
#consumer.commit(); #print load(buf2,avro.schema) On Monday, 16 December 2019 12:22:31 UTC+5:30, sounthar cs wrote: > > Hi All, > > I am trying to consume data from the existing kafka server. > > *I am able to consume it successfully through python code*. > > But i want the same

[go-nuts] Kafka with ssl is not working

2019-12-15 Thread sounthar cs
Hi All, I am trying to consume data from the existing kafka server. *I am able to consume it successfully through python code*. But i want the same to be working with golang. i have tried sarama, confluent-kafka-go & github.com/segmentio/kafka-go. i am getting the below error: 2019/12/16

[go-nuts] Beego Session store in mysql

2016-08-11 Thread sounthar cs
Hi there, As of now i am using using for E-commerce website with in-memory session. When i restart my program all the session becomes empty (deleted because session stored in program memory). To resolve this i want to use mysql for session storage. I tried to find a example, but i could not.