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

Re: Statefun with no Protobuf ingress and egress

2022-02-16 Thread Igal Shilman
Hello, I've noticed that you've linked to a very old release of stateful function (2.0) where statefun 3.2 which is the latest, added support for exactly that. You are no longer required to use Protobuf, and you can simply send strings and even JSON. Checkout the following repository for some examp