You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
I would like to request that the mysql event listener similarly support these configs.
The text was updated successfully, but these errors were encountered: