guxingke commented on issue #6033:
URL: https://github.com/apache/apisix/issues/6033#issuecomment-1009667534


   my kafka logger configuration
   
   ```js
   {
     "batch_max_size": 100,
     "broker_list": {
       "10.200.32.69": 9092,
       "10.200.32.70": 9092,
       "10.200.32.71": 9092
     },
     "disable": false,
     "kafka_topic": "nginx_www"
   }
   ```
   and it as a global plugin.
   
   and it use user-define log_format. 
   
   -------
   
   Maybe we didn't repeating it because our configuration was different.
   


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