Hi Kafka Team I write some simple program and find a strange issue. Why the consumer can’t receive the message if the fetch is set to 1 , but when the parameter set to 100. The consumer will receive the message normally.
FetchRequest req = new FetchRequestBuilder() .clientId(clientName) .addFetch(a_topic, a_partition, readOffset, 100) .build(); Thanks~ Best Regards ________________________________ _DISCLAIMER : This message (and any attachments) may contain information that is confidential, proprietary, privileged or otherwise protected by law. The message is intended solely for the named addressee (or a person responsible for delivering it to the addressee). If you are not the intended recipient of this message, you are not authorized to read, print, retain, copy or disseminate this message or any part of it. If you have received this message in error, please destroy the message or delete it from your system immediately and notify the sender.