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


   
是的,Kafka有批量上报的特性,但是我们没有用这个特性,而是变相的通过jsonArray数组通过单条上报来实际批量上报的功能。这会导致接入方需要判断每条数据是jsonObject还是jsonArray数据,非常不方便。
   Yes, Kafka has a batch report feature, but we don't use this feature. 
Instead, we use the jsonArray array to actually report in batches. This will 
cause the access party to determine whether each piece of data is jsonObject or 
jsonArray data, which is very inconvenient.


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