We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
目前网关产生的日志,是由网关节点调用控制面的http接口,上报日志。当请求量大时,网关节点处易产生日志堆积。
需引入kafka,网关节点将日志异步推送至mq,再由其他日志组件,如ELK、控制面去kafka消费。
The text was updated successfully, but these errors were encountered:
conghuhu
No branches or pull requests
目前网关产生的日志,是由网关节点调用控制面的http接口,上报日志。当请求量大时,网关节点处易产生日志堆积。
需引入kafka,网关节点将日志异步推送至mq,再由其他日志组件,如ELK、控制面去kafka消费。
The text was updated successfully, but these errors were encountered: