-
Hey
Have you ever considered implementing outbox pattern in Rebus?
I'm willing to help if necessary =)
Cheers
-
Hi guys,
I have a non-trivial case, where I have a queue with multiple message types and a single consumer subscribed to this queue.
Additionally, I want to **buffer messages** (based on some bus…
-
### Summary
The `na_ontap_ldap_client` module does not seem to be idempotent. If I run it once, everything is fine and it creates the LDAP connection. But if I run it a second time without any change…
-
I did the steps described [here](https://www.hashicorp.com/blog/injecting-vault-secrets-into-kubernetes-pods-via-a-sidecar/) and it worked great.
The problem is when I add `istio` to the namespace…
-
I have a question on how to achieve ordered consumption of messages.
I read that Rebus by default [guarantees at-least-once delivery](https://github.com/rebus-org/Rebus/wiki/Delivery-guarantees#at…
-
Hi,
It will be very helpful to have something like "onrun" in the YAML to be able to run commands after the run. Similar to https://github.com/docker/docker/issues/8860
```
mongodb:
image:…
-
As I see in issue #1430 after PublishAsync() Advanced.IsConnected set to false , so if I need check if queue connected before nect call PublishAsync()? That is correct way?
-
# Issues
I have created workers on two servers and according to the logs, the workers on both servers are restarting automatically at the same time, I don't understand why this is.
logs:
```
2…
-
Let me write some thoughts on the oracle designs.
There are four ideas we have.
1. `O1`: Checking error messages in operator/application logs (the traditional oracles)
2. `O2`: State diff -- chec…
-
Hi,
When a single node is restarted out of a cluster the consistent hash exchange will add existing bindings again into the ring.
Reproduction:
1. Create 3 node cluster
2. Create a consist…