Skip to content

Allow for additional MySQL Event Listener connection properties #25941

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
shuaahvee opened this issue Jun 5, 2025 · 0 comments
Open

Allow for additional MySQL Event Listener connection properties #25941

shuaahvee opened this issue Jun 5, 2025 · 0 comments

Comments

@shuaahvee
Copy link

The MySQL Event Listener only allows for a single configuration property- the JDBC db URL. I recently encountered an issue where my password contained special characters that needed to be escaped or url encoded. However, this was difficult to get working because we can't supply the password as a separate config that gets passed. This is easily handled e.g. by the MySQL connector properties where i can set the user and password params as separate config properties like so:

connector.name=mysql
connection-url=jdbc:mysql://example.net:3306
connection-user=root
connection-password=secret

I would like to request that the mysql event listener similarly support these configs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant