dahlia / fedify

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

Kafka driver #98

Open dahlia opened 4 months ago

dahlia commented 4 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 month ago

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