leslie-tsang commented on issue #6283:
URL: https://github.com/apache/apisix/issues/6283#issuecomment-1034579729


   Hello there, Please try the changes below to pass the schema check.
   ```patch
         - name: kafka-logger
           enable: true
           config:
   -         broker_list: "{192.168.25.111:9092}"
   +         broker_list:
   +           - "192.168.25.111:9092"          
   ```


-- 
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: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to