silverback icon indicating copy to clipboard operation
silverback copied to clipboard

Silverback is a simple but feature-rich message bus for .NET core (it currently supports Kafka, RabbitMQ and MQTT).

Results 32 silverback issues
Sort by recently updated
recently updated
newest added

Support a new type of sequence to deal with master data replication. Some headers will be used to delimit the dataset. It should ideally be possible to publish a collection...

enhancement

Let's discuss how we could build support for Kafka-Transactions in Silverback. An example how to do this with the .NET Kafka lib is shown here: https://github.com/confluentinc/confluent-kafka-dotnet/blob/master/examples/Transactions/Program.cs

enhancement

Implement an `IBroker` to integrate with Azure Event Hub.

enhancement

Implement an `IBroker` to integrate with Azure Service Bus.

enhancement

Currently it is not possible to consume messages from Kafka if the group.id is not provided. This scenario arises in cases where a service instance needs to read all the...

enhancement