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

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

2022-02-16 Thread Igal Shilman
Hello, The default kafka ingress for remote functions, does require a key component. The key is being translated to the 'id' part of the receiving function address. If your functions are stateless, or the id doesn't have a meaning for you, you can simply provide a random id. I hope that helps, Iga