90% of toots in my feed are people talking about Mastodon. The rest is talking about Twitter.
@patriksvensson Know about any good Rabbitmq libraries beyond MassTransit and Easynetq? Preferably with OTEL (IE ActivitySource, Metrics) support?
@pkanavos I'm using the official "RabbitMQ.Client" which works well.
@patriksvensson the more I look into the Rabbitmq client the more I realize I probably don't need another library. No OTEL Tracing though. Hmm, how hard could it be?
@patriksvensson And it has Channels too!
@pkanavos @patriksvensson We recently added OTEL to https://github.com/BrighterCommand/Brighter which can replace both Mediatr and Mass Transit
GitHub - BrighterCommand/Brighter: A framework for building messaging apps with .NET and C#.

A framework for building messaging apps with .NET and C#. - GitHub - BrighterCommand/Brighter: A framework for building messaging apps with .NET and C#.

GitHub
@pkanavos @patriksvensson PS Although a simple client is easy, it can get more complex when you want to handle errors etc.