kipshi commented on a change in pull request #2249: URL: https://github.com/apache/incubator-inlong/pull/2249#discussion_r789301110
########## File path: inlong-manager/manager-service/src/test/resources/application-test.properties ########## @@ -48,24 +42,34 @@ spring.datasource.druid.testOnReturn=false spring.datasource.druid.filters=stat,wall # Open the mergeSql function through the connectProperties property, Slow SQL records spring.datasource.druid.connectionProperties=druid.stat.mergeSql=true;druid.stat.slowSqlMillis=5000 - # Manager address of Tube cluster, used to create Topic cluster.tube.manager=http://127.0.0.1:8081 # Master address, used to manage Tube broker cluster.tube.master=127.0.0.1:8000,127.0.0.1:8010 # Tube cluster ID cluster.tube.clusterId=1 - # Push configuration to the path on ZooKeeper cluster.zk.url=127.0.0.1:2181 cluster.zk.root=inlong_hive - # Application name in Sort sort.appName=inlong_app - # Pulsar admin URL pulsar.adminUrl=http://127.0.0.1:8080,127.0.0.2:8080,127.0.0.3:8080 # Pulsar broker address pulsar.serviceUrl=pulsar://127.0.0.1:6650,127.0.0.1:6650,127.0.0.1:6650 # Default tenant of Pulsar pulsar.defaultTenant=public +# Audit configuration Review comment: audit configuration is default value, we use businessExtInfo to issue pulsar configuration. is user pulsar configuration is not issued, then use audit configuration instead; -- 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]
