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

2022-02-13 Thread GitBox


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


   > Not apisix-ingress-contoller, I user by `"ip": port` ,it's ok. You can try 
like this.
   
   @devops-utils-tools Can you try it ?


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




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

2022-02-10 Thread GitBox


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


   Both of them? I'm not sure what you mean; please upload the new error log 
here so we can see if there are any new clues.


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




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

2022-02-09 Thread GitBox


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