fedify
fedify copied to clipboard
Kafka driver
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.
I wouldn't recommend kafka for MessageQueue, as it's semantics are very different to those that exist in other "queue" systems.