Tuesday, June 13, 2017

Confluent Kafka installation for Python

http://docs.confluent.io/3.0.0/installation.html

sudo add-apt-repository "deb [arch=amd64] http://packages.confluent.io/deb/3.0 stable main"

sudo apt-get update && sudo apt-get install confluent-platform-2.11

sudo apt-get install librdkafka-dev
# activate your virtualenv

pip install confluent-kafka

https://docs.confluent.io/current/installation/installing_cp.html

https://docs.confluent.io/current/quickstart.html




Trouble shooting
ERROR Failed to send HTTP request to endpoint: http://localhost:8081/subjects/test-value/versions (io.confluent.kafka.schemaregistry.client.rest.RestService:146)

No comments:

Post a Comment