sawirricardo opened a new pull request, #8147: URL: https://github.com/apache/incubator-seata/pull/8147
### What this PR does - Adds `store.file.engine` with `file` as default and `rocksdb` as an optional embedded engine for file mode. - Adds a RocksDB-backed transaction store with indexes for global sessions, branches, transaction IDs, and statuses. - Wires file session management and Spring Boot properties/examples for the new engine. ### Tests - `./mvnw -pl server -am -DskipTests compile` - `./mvnw -pl server -am -Dtest=RocksDBTransactionStoreManagerTest -DfailIfNoTests=false -Dsurefire.failIfNoSpecifiedTests=false test` Closes #8114 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
