I have a multi-tenant application. The tenants data is isolated based on schema. I want to implement a transactional outbox pattern, where I want to store the e
I have a use case where we need to use both MySQL and MongoDB in a distributed transaction i.e. if either of MySQL or MongoDB fails, both MySQL and MongoDB must
We have a micro-services architecture, with Kafka used as the communication mechanism between the services. Some of the services have their own databases. Say
I am getting following error while attempting to execute the package. I can execute individual task successfully. But whenever attempt to execute whole package