Pass custom RetryLogic during session or driver creation
ikwattro opened this issue · 1 comments
ikwattro commented
Following the documentation ( https://neo4j.com/docs/driver-manual/current/session-api/configuration/#driver-async-transaction-fn ) for Transaction Functions, it states that the retry logic
can be configured during session creation.
However, there doesn't seem to be away to pass any custom retry logic with a defined backoff strategy during session nor driver creation.
Driver version: Java driver 4.2.0