dianping / cat

CAT 作为服务端项目基础组件,提供了 Java, C/C++, Node.js, Python, Go 等多语言客户端,已经在美团点评的基础架构中间件框架(MVC框架,RPC框架,数据库框架,缓存框架等,消息队列,配置系统等)深度集成,为美团点评各业务线提供系统丰富的性能指标、健康状况、实时告警等。
Apache License 2.0
18.63k stars 5.42k forks source link

cat 客户端总是在尝试访问服务器的8080端口,但是我已经改成8000端口了 #2312

Open wangketao2010 opened 1 year ago

wangketao2010 commented 1 year ago

Describe the bug A clear and concise description of what the bug is. cat 客户端总是在尝试访问服务器的8080端口,但是我已经改成8000端口了

Screenshots 启动日志以及客户端xml配置 If applicable, add screenshots to help explain your problem. 1 2 3

Desktop (please complete the following information):

Additional context Add any other context about the problem here. 该cat-server为生产 环境,有大量java服务连接,日志及工作均正常

ZhangJiaQ commented 6 months ago

你可以参考下我这个文章,大概率是python包里面的lib没人更新,是旧的文件,你拿最新的编译下放到自己本地目录就行了 https://zhuanlan.zhihu.com/p/651761161