-
### BPMN workflow engine
- https://github.com/flowable/flowable-engine
- https://camunda.com/
- https://www.activiti.org/
### process manager (orchestration)
- https://zeebe.io/
- https://gi…
-
Hello from Belarus! First of all thank you for you project and I also want to [be friends with you](https://github.com/kgrzybek/modular-monolith-with-ddd/issues/36)!)
I have one question. In your […
-
The repositories currently don't offer support for transactions (using TransactionalBatch), for use cases where a bunch of CRUD actions have to all succeed/fail together. If transactions are required,…
-
-
I need to implement an __outbox pattern__ using gravity. I need to capture the `create` operation on the `outbox` collection of our MongoDB database and send it as output to Kafka.
My `outbox` col…
-
It would be nice to have kafka connect plugin for opentelemetry where messages are produced ansynchronously and kafka client is seperated from the 'service'.
An example: The outbox pattern.
The …
-
```php
function (ActionEvent $event) use ($eventStore): void {
$recordedEvents = $event->getParam('streamEvents', new \ArrayIterator());
if (! $this->i…
-
Hey guys,
I'm aware that you're adamant that there is no support for ambient `System.Transaction` scopes (and never will be), for the reasons @damianh describes in [this issue](https://github.com/…
-
I am running ASP.NET Core unit tests. Test class implements IDisposable interface and disposes `WebApplicationFactory`.
Unfortunately, I am getting exception in my HF's filter which tries to create…
-
Let's discuss how we could build support for Kafka-Transactions in Silverback.
An example how to do this with the .NET Kafka lib is shown here: https://github.com/confluentinc/confluent-kafka-dotnet/…