Blazer-007 commented on code in PR #4158:
URL: https://github.com/apache/gobblin/pull/4158#discussion_r2581506963
##########
gobblin-metastore/src/main/java/org/apache/gobblin/metastore/MysqlStateStore.java:
##########
@@ -242,6 +246,12 @@ public static DataSource newDataSource(Config config) {
dataSource.setPassword(passwordManager.readPassword(
config.getString(ConfigurationKeys.STATE_STORE_DB_PASSWORD_KEY)));
Review Comment:
Should we make this optional when SSL mode is enabled ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]