dockerzhang commented on code in PR #10264: URL: https://github.com/apache/inlong/pull/10264#discussion_r1611407692
########## inlong-audit/conf/application.properties: ########## @@ -47,7 +47,7 @@ audit.kafka.consumer.name=inlong-audit-consumer audit.kafka.group.id=audit-consumer-group # Generic jdbc storage -jdbc.driver=com.mysql.cj.jdbc.Driver -jdbc.url=jdbc:mysql://127.0.0.1:3306/apache_inlong_audit?characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2b8&rewriteBatchedStatements=true&allowMultiQueries=true&zeroDateTimeBehavior=CONVERT_TO_NULL -jdbc.username=root -jdbc.password=inlong \ No newline at end of file +audit.store.jdbc.driver=com.mysql.cj.jdbc.Driver Review Comment: please update https://github.com/apache/inlong/blob/master/inlong-audit/audit-docker/audit-docker.sh#L57-L58 at the same time. -- 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]
