Open dqii opened 4 years ago
I experienced the same issue - it seems to be an issue with the timestamp handling (not sure why) - try changing the offending line to
self.producer.produce(topic, ser_value, ser_key, partition, self.on_delivery, partitioner, timestamp[1])
You can try this fix: https://github.com/wintoncode/winton-kafka-streams/pull/58/files
I had issues with timestamp[1]
due to sometimes not receiving a tuple but a float.
I'm getting an error when I run the wordcount example. I cloned the git repo and did not make any changes. The issue seems to be that timestamp is represented as a tuple, but it expects an integer.
I ran zookeeper-server-start.sh, kafka-server-start.sh, example.py, and source_client.py.
Source client output:
example.py output: