spacewander commented on code in PR #8821:
URL: https://github.com/apache/apisix/pull/8821#discussion_r1103922861


##########
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:
   We can verify it without adding any code to the plugin.
   
   
https://github.com/apache/apisix/blob/0bc65ea9acd726f79f80ae0abd8f50b7eb172e3d/t/plugin/sls-logger.t#L373
   Like this, we can inject some code while creating the producer.



-- 
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]

Reply via email to