dockerzhang commented on a change in pull request #2178: URL: https://github.com/apache/incubator-inlong/pull/2178#discussion_r787284203
########## File path: inlong-audit/audit-store/conf/application.properties ########## @@ -48,7 +48,27 @@ mybatis.type-aliases-package=org.apache.inlong.store.entities # audit config audit.config.file.check.enable=false audit.config.manager.server.url=http://127.0.0.1:8000 +# store.server: elasticsearch / mysql +audit.config.store.server=elasticsearch # pulsar config audit.pulsar.server.url=pulsar://127.0.0.1:6650 -audit.pulsar.topic=persistent://public/default/audit \ No newline at end of file +audit.pulsar.topic=persistent://public/default/audit +audit.pulsar.consumer.sub.name=test Review comment: it's better to use the name with the 'audit' keyword. -- 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]
