我正在从下面试用nxlog kafka out模块。我收到以下错误消息
ERROR Failed to load module from /usr/local/libexec/nxlog/modules/output/om_kafka.so, /usr/local/libexec/nxlog/modules/output/om_kafka.so: undefined symbol: r
所有呼叫都是阻塞和耗时的(假设avg响应时间为5-6分钟)。a)分阶段移动: - In this module provide an api to push events to kafka, anothermodule will in-turn process the request and push the response back - monolith fornow will call above mentioned api to push eve