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 2022/12/19 17:56:42 UTC

[GitHub] [kafka] mumrah opened a new pull request, #13020: KAFKA-14529 Use the MetadataVersion from ClusterConfig in ZK ClusterTests

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

   Rather than using the MetadataVersion specified in IntegrationTestHarness, we should be using the MetadataVersion specified in the `@ClusterTest` annotation. This patch fixes the ZK setup for cluster tests to read MetadataVersion from ClusterConfig (which is built using the annotations).
   
   Thanks to @showuon for finding the root cause of this issue!


-- 
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-unsubscribe@kafka.apache.org

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


[GitHub] [kafka] mumrah merged pull request #13020: KAFKA-14529 Use the MetadataVersion from ClusterConfig in ZK ClusterTests

Posted by GitBox <gi...@apache.org>.
mumrah merged PR #13020:
URL: https://github.com/apache/kafka/pull/13020


-- 
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-unsubscribe@kafka.apache.org

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


[GitHub] [kafka] showuon commented on pull request #13020: KAFKA-14529 Use the MetadataVersion from ClusterConfig in ZK ClusterTests

Posted by GitBox <gi...@apache.org>.
showuon commented on PR #13020:
URL: https://github.com/apache/kafka/pull/13020#issuecomment-1358616079

   Thanks @mumrah for fixing it with a more elegant way! :)


-- 
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-unsubscribe@kafka.apache.org

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