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

We are encountering an issue with the `AddOutboundQueueCheck` method throwing an unhandled exception when the connection to the datatbase is down - is this expected behaviour? I would assume that...

Hi Sergio, I was hoping you could clarify the difference between these two modes. Read the documentation a few times but it still is not clear to me. 1. If...

This PR adds support for CancellationToken in publishers (and properly propagates it through the chain) as described in issue #116

2023-08-09 12:12:58.736459+00:00 level=INFO eventId=4102 eventName=Silverback.Integration.MQTT_MqttClientLogWarning sourceContext="Silverback.Messaging.Broker.Mqtt.DefaultMqttNetLogger" message="Warning from MqttClient (MqttClient): 'Client will now throw an _MqttConnectingFailedException_. This is obsolete and will be removed in the future. Consider setting _ThrowOnNonSuccessfulResponseFromServer=False_ in...

Hi When using `SerializeAsAvro` and using `AddOutboundEndpointsCheck()` you get the following serialization exception: _System.InvalidCastException: Unable to cast object of type 'Silverback.Messaging.HealthChecks.PingMessage' to type 'Some.Business.Event.Type'_

I'm extending the poc with Outbox Pattern, now i'm trying to use a centralized database. There are 2 applications, each application only knows their own messages. When the App1 reads...

Hello, I'm testing with the latest version of SilverBack 3.8.0 and I'm getting the DbUpdateConcurrencyException error from the Microsoft.EntityFrameworkCore package ### Stack trace Silverback.Background.DbDistributedLockManager[27] Failed to send heartbeat for lock...

bug

Hi, I'm using the AddOutboundEndpointsCheck method and noticed that ping messages are being received from all consumers... **The expected result should be that no consumer receives the ping message, how...

bug