rebus-org / Rebus

:bus: Simple and lean service bus implementation for .NET
https://mookid.dk/category/rebus
Other
2.31k stars 359 forks source link

Question: Kafka transport ? 😢 #1150

Closed st3no closed 6 months ago

st3no commented 6 months ago

Is official support for Kafka transport planned ? Thanks 😊

mookid8000 commented 6 months ago

No. Check out Topos if you like Rebus but want to use Kafka.

Everything in Rebus revolves around queue-based messaging (and therefore: messages as fairly independently processable units), so it's really bad at processing streams (like you want to do when using Kafka).