JDBC Datasource Configuration Properties
Property Name | Default Value | Type | Description |
---|---|---|---|
|
|
Enum |
StackSaga support tow different connection pools for retrying and general transactions.+
By default |
|
|
int |
If you have configured |
|
|
int |
If you have configured |
|
|
Enum |
The database should be updated or creating by dropping when the application is started. |
NOTE: Due to StackSaga internally uses HikariCP for managing the connection pool, all other regular configurations can be done according the HikariCP Configurations like username, password, connectionTimeout etc. |
|||
|
|
long |
How long the transaction should be kept waiting to determine whether the transaction unexpectedly crashed. |
|
|
long |
How long the transaction should be kept waiting to next expose the transaction for retrying. This ensures that avoiding the transaction retrying frequently withing a short period of time. the transaction is frozen for some period of time, even the transaction is failed again after retrying recently. |