Skip to content

Pass callback to get provider options to provider_v26 constructor #244

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

temeo
Copy link
Contributor

@temeo temeo commented Feb 19, 2025

Passing a callback allows constructing the options string using
config service after loading the provider but before initializing
the provider.

@temeo temeo force-pushed the provider_options_cb branch from d9b44fa to 1b7acab Compare February 19, 2025 11:48
@sciascid sciascid force-pushed the provider_options_cb branch from a2c1a51 to 9349f85 Compare February 28, 2025 17:28
Passing a callback allows constructing the options string using
config service after loading the provider but before initializing
the provider.
@sciascid sciascid force-pushed the provider_options_cb branch from 6bce0dc to 37de57e Compare April 3, 2025 08:14
Change provider_options so that it does not depend on provider.
Call into config_service when provider is created, i.e. after
library is loaded, before it is initialized, so that we can
inject additional options at startup.
Change the signature of the call provider options callback to
take provider_options object as parameter.
@sciascid sciascid force-pushed the provider_options_cb branch from a8222d8 to db41d67 Compare April 4, 2025 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants