Results 7 comments of Paul Cooke

In OutboxProduceStrategyImplementation I think trying to cache the IProducer is causing the issue. If I change "ProduceAsync" to the following the endpoint is configured correctly in the outbox table. public...

@BEagle1984 I have created a PR, but the pipeline is failing on a test. I can't get this test to fail locally. Any ideas? https://github.com/BEagle1984/silverback/pull/188/checks?check_run_id=11459889363

Yes, we will update to the new package tomorrow and start our tests. Thank you

Yes, tested and working as expected. It has not been through performance testing though.

Could the PingMessage be added to Core to be used to handle the serialization differently, or does this need to stay in the HealthChecks namespace and package?

This health check verifies the presence of all topic endpoints and the service’s ability to publish events to them using a Ping message. If the outbox worker is used, I...