vamossagar12 commented on PR #13646:
URL: https://github.com/apache/kafka/pull/13646#issuecomment-1532658288

   Thanks @sambhav-jain-16 . So, one thing that I note is that the 
`readEndOffsets` method is using `IsolationLevel.READ_UNCOMMITTED` when reading 
the messages while the test uses `read_committed`. Ideally, read_uncommitted 
should yield more records than read_committed so this is a bit weird. Can you 
try setting `readEndOffsets` to use read_committed and see if that has the same 
behaviour as you described above?


-- 
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