This is an automated email from the ASF dual-hosted git repository.
edocomar pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
from 94b0f3e45f3 KAFKA-20050: Add syntax highlighting for code blocks in
getting started (#21845)
add b9882a0020d KAFKA-20302: Receive buffers allocated from MemoryPool may
not be released if request is invalid (#21740)
No new revisions were added by this update.
Summary of changes:
.../producer/SocketServerMemoryPoolTest.java | 169 +++++++++++++++++++++
.../main/scala/kafka/network/SocketServer.scala | 10 +-
2 files changed, 177 insertions(+), 2 deletions(-)
create mode 100644
clients/clients-integration-tests/src/test/java/org/apache/kafka/clients/producer/SocketServerMemoryPoolTest.java