Browse Source
feat: add pool_maxsize parameter to connection managers (#651)
feat: add pool_maxsize parameter to connection managers (#651)
* feat: add pool_maxsize parameter to connection managers Introduces the `pool_maxsize` parameter to `KeycloakOpenID` and `KeycloakAdmin` classes, allowing control over the underlying connection pool size in the `ConnectionManager`. Adds corresponding tests to verify the parameter is correctly passed and stored for both synchronous and asynchronous clients. * feat: apply pool maxsize for async as well --------- Co-authored-by: Richard Nemeth <ryshoooo@gmail.com>pull/650/merge v5.9.0
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 65 additions and 5 deletions
-
4docs/source/modules/admin.rst
-
3docs/source/modules/openid_client.rst
-
35src/keycloak/connection.py
-
6src/keycloak/keycloak_admin.py
-
7src/keycloak/keycloak_openid.py
-
4src/keycloak/openid_connection.py
-
2tests/test_keycloak_admin.py
-
9tests/test_keycloak_openid.py
Write
Preview
Loading…
Cancel
Save
Reference in new issue