Configuration menu Browse the repository at this point in the history
Configuration menu Browse the repository at this point in the history
Configuration menu Browse the repository at this point in the history
Commits on Oct 3, 2023
Configuration menu Browse the repository at this point in the history
Configuration menu Browse the repository at this point in the history
Commits on Oct 4, 2023
feat: support setting core pool size for async API in system property (… …#2632) Add support for setting the core pool size for the thread pool that is used for the Async API using a system property. This allows users to change this property without having to change code, and to set the property if they are using a framework that builds on top of the client library, but that does not have a configuration option for setting a custom executor provider. Fixes #2631 Configuration menu Browse the repository at this point in the history
chore: add a system property to set session pool ordering Adds support for using a System property to set the default session pool ordering. The default ordering is LIFO. This can be changed to FIFO and RANDOM for users who need/want that.
chore: address review comments Configuration menu Browse the repository at this point in the history
Configuration menu Browse the repository at this point in the history
Commits on Oct 9, 2023
Configuration menu Browse the repository at this point in the history
Commits on Oct 10, 2023
Configuration menu Browse the repository at this point in the history