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 2021/07/07 12:10:24 UTC

[GitHub] [apisix] tokers commented on issue #4550: bug: 启用Kafka-logger,批量上报到后台的日志格式为JSONArray,而非JSONObject格式,跟JAVA客户端的批量上报实现有区别。

tokers commented on issue #4550:
URL: https://github.com/apache/apisix/issues/4550#issuecomment-875550442


   By saying `JSONArray`, you mean the format like:
   
   ```json
   [
     {...},
     {...},
     {...}
   ]
   ```
   
   Or just like the following:
   
   ```json
   {...}
   {...}
   {...}
   ```


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