-
**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…
-
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…
-
Enable neo4j db transactions to comply with atomicity
-
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
Please refer following code.
```
import ballerina/io;
public function main() returns error? {
retry transaction {
boolean getErr = true;
if (getErr) {
…
-
# Description
Transactional tests simulate network operations through the framework exposed in [iota-transactional-test-runner](https://github.com/iotaledger/iota/tree/develop/crates/iota-transacti…
-
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?
-
-
### Description
Implement the Transactional Context design pattern which ensures that a set of operations are executed within a transaction context, maintaining atomicity, consistency, isolation, and …