/opt/app/kafka_center/
After modifying the configuration, restart the machine.
spring.security.user.name=adminspring.security.user.password=admin
server.port=8080
system.topic.ttl.h=16public.url=http://localhost:8080
mail.enable=true# more detail link https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#appendix.application-properties.mail#spring.mail.host=#spring.mail.username=#spring.mail.password=
To setup email alerts for consume lag, you will need to configure monitor.enable=true
# Decide whether to collect consumption and whether to send email lag alertsmonitor.enable=truemonitor.collect.period.minutes=2# Part of the system monitoring graph data use elastic search storage.# To use it, you need to modify the following configuration#monitor.elasticsearch.enable=true#monitor.elasticsearch.hosts=localhost:9200#monitor.elasticsearch.index=kafka_center_monitor
You can synchronize topic job with below parameter, synchronize the topics created in another system to this system.
collect.topic.enable=truecollect.topic.period.minutes=60
aggregate.topic.cost.metric.enable=trueaggregate.topic.cost.metric.period.minutes = 5aggregate.topic.cost.metric.days = 30aggregate.topic.cost.metric.full.enable = true
collect.ksql.info.job.enable=truecollect.ksql.info.job.period.minutes=60