dongnuo123 opened a new pull request, #22264:
URL: https://github.com/apache/kafka/pull/22264

   `ConsumerProtocol.deserializeAssignment` / 
`deserializeConsumerProtocolSubscription` only re-wrap 
`BufferUnderflowException` as `SchemaException` and it can also 
throw`RuntimeException` and bypass the existing `catch (SchemaException)` 
blocks. When that happens the exception escapes.
   
   This change broadens two `catch (SchemaException)` blocks in 
`GroupMetadataManager`, one in `ClassicGroup.computeSubscribedTopics`.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to