dahlia / fedify

ActivityPub server framework in TypeScript
https://fedify.dev/
MIT License
560 stars 20 forks source link

Kafka driver #98

Open dahlia opened 3 months ago

dahlia commented 3 months ago

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.

ThisIsMissEm commented 1 week ago

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