Kafka-Python provides low-level protocol support for Apache Kafka as well as high-level consumer and producer classes.
I am trying to use wurstmeister\kafka-docker image with docker-compose, but I am having real problems with connecting everything. All …
docker apache-kafka docker-compose kafka-pythonI am using the Python high level consumer for Kafka and want to know the latest offsets for each partition …
python apache-kafka kafka-consumer-api kafka-pythonkafka-python (1.0.0) throws error while connecting to the broker. At the same time /usr/bin/kafka-console-producer and /usr/bin/kafka-console-consumer work …
apache-kafka kafka-pythoni have already started to learn Kafka. Trying basic operations on it. I have stucked on a point which about …
python apache-kafka kafka-consumer-api kafka-producer-api kafka-pythonSo far I haven't seen a python client that implements the creation of a topic explicitly without using the configuration …
python apache-kafka kafka-python kafka-topicI have a simple JSON object like the following d = { 'tag ': 'blah', 'name' : 'sam', 'score': {'row1': 100, 'row2': 200 } } …
python json apache-kafka kafka-pythonI'm subscribing to Kafka using a pattern with a wildcard, as shown below. The wildcard represents a dynamic customer id. …
python apache-kafka kafka-pythonI'm trying to build an application with kafka-python where a consumer reads data from a range of topics. It is …
python-3.x apache-kafka offset kafka-consumer-api kafka-pythonI am fairly new to kafka so forgive me if this question is trivial. I have a very simple setup …
apache-kafka kafka-consumer-api kafka-producer-api kafka-pythonI am using Kafka 0.8.1 and Kafka python-0.9.0. In my setup, I have 2 kafka brokers setup. When I run my kafka …
python apache-kafka kafka-consumer-api kafka-python