-
### 🔖 Feature description
I would need to have a transactional behaviour on the mutation of entities, creating/reading operations to use a locking mechanism.
### 🎤 Context
I am creating a ba…
-
**Is your feature request related to a problem? Please describe.**
If change events read from the database are being output to Kafka, with state written to a file on disk, there is the possibility to…
-
Enable neo4j db transactions to comply with atomicity
-
The goal is to ensure that the indexing process is transactional to maintain data consistency and integrity. This involves wrapping the indexing operations in a transaction so that either all operatio…
-
After #5151 current block header was introduced into every smart contract executor. For free queries (coming over HTTP) there is no current block so latest block header was used. However, it was incor…
-
# Description
Transactional tests simulate network operations through the framework exposed in [iota-transactional-test-runner](https://github.com/iotaledger/iota/tree/develop/crates/iota-transaction…
-
### Description
Please refer following code.
```
import ballerina/io;
public function main() returns error? {
retry transaction {
boolean getErr = true;
if (getErr) {
…
-
It would be very beneficial to be able to queue messages in a transaction, similar to what riverqueue offers (https://pkg.go.dev/github.com/riverqueue/river#Client.InsertTx), this would completely mit…
-
Is transfer guarantee that let's say 2 updates in single transaction on PostgreSQL side will be applied in one dyntable YT transaction?
-