Skip to content Skip to sidebar Skip to footer
Showing posts with the label Apache Kafka

How To Decode/deserialize Avro With Python From Kafka

I am receiving from a remote server Kafka Avro messages in Python (using the consumer of Confluent … Read more How To Decode/deserialize Avro With Python From Kafka

Python Producer Can Send Via Shell, But Not .py

I have a running and tested Kafka cluster, and am trying to use a Python script to send messages to… Read more Python Producer Can Send Via Shell, But Not .py

Why Kafka-python Fails To Connect To Bluemix Message Hub Service?

I'm trying to connect to a Bluemix Message Hub instance on http://bluemix.net. This simple scri… Read more Why Kafka-python Fails To Connect To Bluemix Message Hub Service?

Kafka Consumer Losing State Of Messages After Shutdown

Thanks for taking time to answer the question. I am using kafka with a python consumer. Everything … Read more Kafka Consumer Losing State Of Messages After Shutdown

Spark Python Avro Kafka Deserialiser

I have created a kafka stream in a python spark app and can parse any text that comes through it. … Read more Spark Python Avro Kafka Deserialiser