Skip to content

Commit 1402975

Browse files
committed
docs: transactions
1 parent 7c415c6 commit 1402975

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/flamingock-library-config/transactions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Flamingock provides intelligent transaction management that adapts to your targe
1313

1414
Flamingock's transaction handling is determined by the **target system's capabilities**, not just the `transactional` flag. The behavior differs fundamentally between transactional and non-transactional target systems.
1515

16-
### Transactional target systems
16+
### 🔄 Transactional target systems
1717
**Examples**: PostgreSQL, MySQL, MongoDB, SQL databases, DynamoDB, Couchbase
1818

1919
These systems support native transaction capabilities:
@@ -29,7 +29,7 @@ These systems support native transaction capabilities:
2929
- **On failure**: Safety through compensation logic (@RollbackExecution)
3030
- Useful for DDL operations or large bulk operations that exceed transaction limits
3131

32-
### Non-transactional target systems
32+
### Non-transactional target systems
3333
**Examples**: Kafka, S3, REST APIs, file systems, message queues
3434

3535
These systems have no native transaction support:

0 commit comments

Comments
 (0)