Browse Source
Users have reported (KAFKA-7565) that when consumer poll wake up is used, it is possible to receive fetch responses that don't match the copied topic partitions collection for the session when the fetch request was created. This commit improves the error handling here by throwing an IllegalStateException instead of a NullPointerException. And by generating a message for the exception that includes a bit of more information. Reviewers: Jason Gustafson <jason@confluent.io>pull/6440/head
José Armando García Sancio
6 years ago
committed by
Jason Gustafson
1 changed files with 25 additions and 7 deletions
Loading…
Reference in new issue