Skip to content
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

Unable to instantiate a ProxyExecutionListener via URL when it has a constructor dependency #1

Open
sachinstar2010 opened this issue Jul 18, 2022 · 0 comments

Comments

@sachinstar2010
Copy link

sachinstar2010 commented Jul 18, 2022

When the url has a proxyListener, which takes a constructor parameter, the URL based invocation doesn't work.

Example:
url:r2dbc:proxy:mysql://localhost:3306/<DBNAME>?proxyListener=com.example.QueryTimeMetricsExecutionListener

When this class needs a MeterRegistry from Micrometer, the URL based instantiation fails.

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

No branches or pull requests

1 participant