Join Kafka streams in Python

143 Views Asked by At

I need to work with Kafka streams in Python and I am analyzing the different libraries available. This question provided some good answers and it looks like the Faust fork is the most complete Kafka library in Python. However, I need to join different Kafka streams and I am not sure how to accomplish this, or if it is even supported.

I searched Faust's documentation and saw that there are some definitions in place for joins, but if I go to the source code, they are not implemented. So it looks like they are not supported, but maybe I am missing something or there is a different library that does support it.

I also found this relevant question, but it is from 2017 so a lot could have changed in the Python world.

0

There are 0 best solutions below