franz1981 opened a new pull request, #3310: URL: https://github.com/apache/avro/pull/3310
Since https://github.com/FasterXML/jackson-core/issues/919 jackson now requires to close its `JsonGenerator` to save buffer leaks - and eventually cause further big allocations due to not be able to reuse the existing one. This can be saved by correctly closing the used `JsonGenerator`. -- 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: dev-unsubscr...@avro.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org