You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/02/19 04:00:04 UTC

[GitHub] [kafka] hachikuji commented on pull request #10157: MINOR: Raft request thread should discover api versions

hachikuji commented on pull request #10157:
URL: https://github.com/apache/kafka/pull/10157#issuecomment-781799540


   @jsancio I may be misunderstanding your question, but api versions are negotiated internally in `NetworkClient`. If there are no compatible versions, then the client will raise an unsupported version error.
   
   It looks like it would be useful to have at least one test case to verify the expected behavior. At a glance, I could not find any logic to check the returned `ClientResponse` for version errors.


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

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