nbali commented on PR #11046:
URL: https://github.com/apache/kafka/pull/11046#issuecomment-1486190276

   @C0urante FYI this has a functionality loss. If you 
`KafkaConsumer.poll(Duration)` you are unable to tell anymore if it returns 
empty if it was a timeout - so most likely the topic is fully consumed - or 
not. Right now even a single empty (numRecords = 0, positionAdvanced = true) 
fetch will trigger a return. Deduplicated KTables can return fetches like that.


-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to