yangshike opened a new issue, #11525:
URL: https://github.com/apache/apisix/issues/11525

   ### Description
   
   After this parameter is set, the messages sent to Kafka look like this:
   [{"a":1,"b":2},{"a":3,"b":4}]
   This caused a problem, some clients could not parse this format !
   Some tools first save the message buffers and submit them in batches, but do 
not merge them together.
   The message from kafka is as follows:
   {"a":1,"b":2},{"a":3,"b":4}


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