Problem with kafka with key=None using pyhton-kafka module

2022-02-10 Thread mrAlexTFB
Hello, I am following the example in Python Walkthrough , I downloaded the zip file with the project skeleton. I'm having a problem when changing the key attribute in t

Statefun with no Protobuf ingress and egress

2022-02-14 Thread mrAlexTFB
Hi, I have a very simple schema where one python statefun application reads from a kafka topic and writes in another kafka topic, those topics are produced and consumed with another python script as it is done in the Python Flink Walkthrough