Skip to content

Commit

Permalink
更改 vip 写入 kafka 全链路追踪的topic
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhongFuCheng3y committed Jul 7, 2022
1 parent 47d9e75 commit bd481fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class AustinFlinkConstant {
* (真实网络ip,这里不能用配置的hosts,看语雀文档得到真实ip)
*/
public static final String GROUP_ID = "austinLogGroup";
public static final String TOPIC_NAME = "austinLog";
public static final String TOPIC_NAME = "austinTraceLog";
public static final String BROKER = "austin.kafka";

/**
Expand Down
2 changes: 1 addition & 1 deletion austin-web/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spring.redis.password=${austin-redis-password}
austin.business.topic.name=austinBusiness
austin.business.recall.topic.name=austinRecall
austin.business.recall.group.name=recallGroupId
austin.business.log.topic.name=austinLog
austin.business.log.topic.name=austinTraceLog
austin.business.graylog.ip=${austin-grayLog-ip}

# TODO kafka tag filter,if you need, replace tagIdValue ,eg:com.java3y.austin.yyy
Expand Down

0 comments on commit bd481fa

Please sign in to comment.