robinhood / faust

Python Stream Processing
Other
6.72k stars 535 forks source link

Pulsar Support #723

Open mauza opened 3 years ago

mauza commented 3 years ago

I was really excited to see a python based stream processing framework. We use pulsar instead of kafka where I work and would love to get faust working with pulsar. Some of the things I like about pulsar are multi-tenancy, geo replication, and functions. The pulsar community is growing and depending on the effort involved it could be worth the development time to bring in support.

I'm not expecting much. All I wanted to do with this issue is get initial reactions from core developers as well as see if anyone else would like to see this feature added in the future.

bobh66 commented 3 years ago

This project appears to have been abandoned.

You might want to check out the fork of this project - https://github.com/faust-streaming/faust

It has a bunch of fixes merged for problems that were in the base project.