linkedin / li-apache-kafka-clients

li-apache-kafka-clients is a wrapper library for the Apache Kafka vanilla clients. It provides additional features such as large message support and auditing to the Java producer and consumer in the open source Apache Kafka.
BSD 2-Clause "Simplified" License
133 stars 52 forks source link

add test and fix a bug of using payload.array() #186

Closed bgeng7 closed 4 years ago

bgeng7 commented 4 years ago

The previous (pr)[https://github.com/linkedin/li-apache-kafka-clients/pull/184] introduce a bug of wrongly using payload.array() instead of using segment.payloadArray(). This pr is to fix that problem and add a new integration test for that config