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

Is it possible to apply rules on Skip ? ``` public void Configure(IEndpointsConfigurationBuilder builder) { builder .AddKafkaEndpoints( endpoints => endpoints // Configure the properties needed by all consumers/producers .Configure( config...

bug

> The broker connection status is not working correctly when using silverback to produce/consume the MQTT message (ActiveMQ). 1. In `ProducerBackgroundService` and `protected override async Task ExecuteAsync(CancellationToken stoppingToken)` ``` await...