Description:
Currently, the libraries rely on the configuration file to identify the default adapter. However, there is no way to specify a different adapter at runtime, other than the default configured in the file. This limitation prevents dynamic adapter switching based on runtime conditions.
Requirement:
We need to implement a mechanism (same as done for Auth and FileSystem libraries) that allows the user to specify a different adapter at runtime, overriding the default one defined in the configuration file. This feature would provide flexibility for scenarios where different adapters need to be used depending on the environment or other runtime parameters.
Description:
Currently, the libraries rely on the configuration file to identify the default adapter. However, there is no way to specify a different adapter at runtime, other than the default configured in the file. This limitation prevents dynamic adapter switching based on runtime conditions.
Requirement:
We need to implement a mechanism (same as done for
AuthandFileSystemlibraries) that allows the user to specify a different adapter at runtime, overriding the default one defined in the configuration file. This feature would provide flexibility for scenarios where different adapters need to be used depending on the environment or other runtime parameters.