SlimMessageBus
SlimMessageBus copied to clipboard
Lightweight message bus interface for .NET (pub/sub and request-response) with transport plugins for popular message brokers.
As you support Kafka already it would be great to get support for Apache Pulsar as well. https://pulsar.apache.org/ Cheers.
Hi, I would like to contribute to the project by building a provider for Apache Pulsar. I would like to hear what you think. I saw in the CONTRIBUTING.md file...
Hi, thank you for providing this nice to start and easy to use message bus library. I searched a while for a message bus with quite exactly these features and...
I'm implementing SlimMessageBus with EventHubs and am targeting a single EventHubs instance (topic) for all messages. Using pub/sub so my registrations more or less look something like: ``` CSharp MessageBusBuilder.Create()...
Create sample of example usage of SMB with Azure Functions V4 dotnet isolated process with at least: - Sending messages using SMB - DI setup - Perhaps topic/subscription provisioning
The package https://www.nuget.org/packages/Microsoft.AspNetCore.Http.Abstractions/ is deprecated. We need to find and migrate to its replacement.
It is refreshing to see some alternatives to Rebus. Do you have any plan to implement Database transport?
Hi ! Do you know how to implement distributed tracing with slim ?
**Current behavior** Currently (v2.0.1) I can register only one consumer `IConsumer` within a running application to process a given message for Azure Service Bus **Desired behavior** I would like to...
Azure Functions v4 dotnet-isolated with Azure Service Bus triggers do not provision topics, subscriptions and queues automatically. This is where SMB could help create the topology for Azure Functions.