Ian Cooper
Ian Cooper
**Problem** We don't support the Outbox pattern for CosmosDb. increasingly, Azure customers may be using CosmosDb for entities and we should support working with the Outbox and CosmosDb **Describe the...
This PR is around support for large message payloads, using external storage such as a database or a distributed file system. To effect this, it proposes a pipeline for the...
It needs some design thinking in this thread, but we should decide if it makes sense to support OpenTracing http://opentracing.io/documentation/pages/instrumentation/instrumenting-frameworks --- Want to back this issue? **[Post a bounty on...
We need to update the static docs in SquareSpace. For example: We no longer support RavenDb as a store. Some of our documentation still refers to RavenDb: https://www.goparamore.io/new-page-2
**Is your feature request related to a problem? Please describe.** We want to be able to support .NET developers using the major messaging systems, including those native to cloud environments....
### Discussed in https://github.com/BrighterCommand/Brighter/discussions/2067 Originally posted by **IlSocio** April 7, 2022 Hello everyone... I just noticed that Brighter is forcing these two fields to be Guid, while when we use...
**Is your feature request related to a problem? Please describe.** Payloads can exceed the size that messaging middleware can handle. SNS is limited to 256Kb for example. There are two...
**Is your feature request related to a problem? Please describe.** It is possible for reference types to be unexpectedly null i.e. null, when null was not known to be in...
The existing notification-based queues work using the ServiceStack client, which is not free at scale. Redis Streams provide a good alternative to this that we can use. It is a...
**Is your feature request related to a problem? Please describe.** RMQ now supports streams as well as notifications, behavior is similar to Kafka. To be comprehensive in our support of...