fedify icon indicating copy to clipboard operation
fedify copied to clipboard

Kafka driver

Open dahlia opened this issue 1 year ago • 1 comments

According to its official website:

Apache Kafka is an open-source distributed event streaming platform used by thousands of companies for high-performance data pipelines, streaming analytics, data integration, and mission-critical applications.

It would be great if we have a MessageQueue implementation for Apache Kafka.

dahlia avatar Jul 11 '24 01:07 dahlia

I wouldn't recommend kafka for MessageQueue, as it's semantics are very different to those that exist in other "queue" systems.

ThisIsMissEm avatar Oct 23 '24 14:10 ThisIsMissEm