confluent-kafka python library is not working with ubutu14 and python3

2020-08-28 Thread Kafka Shil
I am using "confluent-kafka==1.0.1". It works fine when I am using py3 and ubuntu18, but fails with py3 and ubuntu14. I get the following error. Traceback (most recent call last): File "/usr/local/lib/python3.4/dist-packages/metrics_agent/kafka_writer.py", line 147, in enqueue_for_topic prod

Contribute to kafka

2020-05-25 Thread Kafka Shil
Hi My jira id is sshil. I want to contribute to kafka. Can you please add me to the contributors list?

Re: How to change schema registry port

2019-12-25 Thread Kafka Shil
On Wed, Dec 25, 2019 at 5:51 PM Kafka Shil wrote: > Hi, > I am using docker compose file to start schema-registry. I need to change > default port to 8084 instead if 8081. I made the following changes in > docker compose file. > > schema-registry: > image: confluenti

How to change schema registry port

2019-12-25 Thread Kafka Shil
Hi, I am using docker compose file to start schema-registry. I need to change default port to 8084 instead if 8081. I made the following changes in docker compose file. schema-registry: image: confluentinc/cp-schema-registry:5.3.1 hostname: schema-registry container_name: schema-regist