You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/02/10 07:29:47 UTC

[GitHub] [apisix] leslie-tsang commented on issue #6283: bug: plugin kafka-logger configuration error

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-unsubscribe@apisix.apache.org

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