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/11/09 02:43:37 UTC

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

faryang-sh commented on issue #6283:
URL: https://github.com/apache/apisix/issues/6283#issuecomment-1308124756

   i used following  config,it can work.
   apisix ingress controller version:1.5.0
   plugin config:
   --------------------------------
   plugins:
     - name: kafka-logger
       enable: true
       config:
         broker_list: {"node1":port,"node2":port,"node2":port}
         kafka_topic: topicName
         producer_type: sync
         batch_max_size: 1
   -------------------------------------


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