ballerina-platform / ballerina-library

The Ballerina Library
https://ballerina.io/learn/api-docs/ballerina/
Apache License 2.0
136 stars 64 forks source link

No way to define idletimeout in sql pools #6631

Open niveathika opened 5 months ago

niveathika commented 5 months ago

Description: $subject

Following properties are not supported,

  1. idleTimeout -> Timeout after which the connection is closed after being idle
  2. leakDetectionThreshold -> This will warning message if a connection is open for longer than this
  3. connectionTimeout -> (This can be set through Options.connectTimeout for now, better if we can improve)