glazkovalex / Rebus.Kafka

Apache Kafka transport for Rebus
MIT License
16 stars 6 forks source link

Does it work with the Rebus Outbox #11

Closed esskar closed 5 months ago

esskar commented 5 months ago

Hello,

looking for a messaging solution that supports kafka and outbox. Is this the right addon?

Thanks.

glazkovalex commented 5 months ago

Hellow! The Outbox pattern is very simple and does not involve any special "solutions" or "right addon" to implement it. Rebus.Kafka this is just an implementation of the Apache Kafka transport for the Rebus bus, which contains some implementation of the Outbox pattern. If you find any bug, then write about it, preferably in the form of a unit test and I will look at it.