You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 3, 2025. It is now read-only.
The QLDB driver manages retryable errors on the consumer's behalf, however a custom session and transaction timeout may useful for those that want to respond quickly to failure. This can be replicated by dropping communication to the QLDB service using pf or iptables.
The QLDB driver manages retryable errors on the consumer's behalf, however a custom session and transaction timeout may useful for those that want to respond quickly to failure. This can be replicated by dropping communication to the QLDB service using
pforiptables.Additionally, it may be worth providing an execute timeout for transactions.
I have created a branch of a quick proposal which does not explicitly include custom retry behavior: https://github.com/awslabs/amazon-qldb-driver-java/tree/quickstart. It is currently not well-tested, but gets the idea across.