ronething commented on code in PR #8821:
URL: https://github.com/apache/apisix/pull/8821#discussion_r1102228520
##########
t/plugin/error-log-logger-kafka.t:
##########
@@ -87,7 +87,8 @@ done
"host": "127.0.0.1",
"port": 9092
}],
- "kafka_topic": "test2"
+ "kafka_topic": "test2",
+ "meta_refresh_interval": 1
Review Comment:
@spacewander Can we check by the following steps:
1. log the `broker_config` info in `send_to_kafka` function
2. check if the error log include `"refresh_interval":1000` or not?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]