KAFKA-7489: Backport fix ConnectDistributedTest system test to use KafkaVersion#7791
Merged
rhauch merged 1 commit intoapache:2.3from Dec 6, 2019
Merged
KAFKA-7489: Backport fix ConnectDistributedTest system test to use KafkaVersion#7791rhauch merged 1 commit intoapache:2.3from
rhauch merged 1 commit intoapache:2.3from
Conversation
Contributor
Author
|
System test run on my branch https://jenkins.confluent.io/job/system-test-kafka-branch-builder/3620/ |
Contributor
Author
|
Aforementioned Connect-only system test run on this PR branch passed. Waiting for review and normal PR builds - tho this PR is a system test change that shouldn't affect the normal builds. |
vvcephei
approved these changes
Dec 6, 2019
rhauch
added a commit
that referenced
this pull request
Dec 6, 2019
…n (backport) (#7791) Author: Randall Hauch <rhauch@gmail.com> Reviewers: Nigel Liang <nigel@nigelliang.com>, John Roesler <john@confluent.io>
rhauch
added a commit
that referenced
this pull request
Dec 6, 2019
…n (backport) (#7791) Author: Randall Hauch <rhauch@gmail.com> Reviewers: Nigel Liang <nigel@nigelliang.com>, John Roesler <john@confluent.io>
gharris1727
added a commit
to gharris1727/kafka
that referenced
this pull request
Feb 3, 2020
(apache#7023) exposed an incompatibility between Kafka <=0.9 and Connect >0.9, in which the broker does not recognize a request for ApiVersions. For trunk and 2.4, this test case was removed rather than the issue addressed. This effectively backports the other half of (apache#7023) which was left out of (apache#7791). Signed-off-by: Greg Harris <gregh@confluent.io>
3 tasks
rhauch
pushed a commit
that referenced
this pull request
Feb 5, 2020
…DistributedTest (#8035) (#7023) exposed an incompatibility between Kafka <=0.9 and Connect >0.9, in which the broker does not recognize a request for ApiVersions. For trunk and 2.4, this test case was removed rather than the issue addressed. This effectively backports the other half of (#7023) which was left out of (#7791). Signed-off-by: Greg Harris <gregh@confluent.io> Author: Greg Harris <gregh@confluent.io> Reviewers: Randall Hauch <rhauch@gmail.com>, Andrew Choi <andchoi@linkedin.com>
rhauch
pushed a commit
that referenced
this pull request
Feb 5, 2020
…DistributedTest (#8035) (#7023) exposed an incompatibility between Kafka <=0.9 and Connect >0.9, in which the broker does not recognize a request for ApiVersions. For trunk and 2.4, this test case was removed rather than the issue addressed. This effectively backports the other half of (#7023) which was left out of (#7791). Signed-off-by: Greg Harris <gregh@confluent.io> Author: Greg Harris <gregh@confluent.io> Reviewers: Randall Hauch <rhauch@gmail.com>, Andrew Choi <andchoi@linkedin.com>
rhauch
pushed a commit
that referenced
this pull request
Feb 5, 2020
…DistributedTest (#8035) (#7023) exposed an incompatibility between Kafka <=0.9 and Connect >0.9, in which the broker does not recognize a request for ApiVersions. For trunk and 2.4, this test case was removed rather than the issue addressed. This effectively backports the other half of (#7023) which was left out of (#7791). Signed-off-by: Greg Harris <gregh@confluent.io> Author: Greg Harris <gregh@confluent.io> Reviewers: Randall Hauch <rhauch@gmail.com>, Andrew Choi <andchoi@linkedin.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This was fixed in
2.4andtrunkper #7023, but the use ofKafkaVersionshould have been backported. This commit makes this change on2.3, and should be backported to2.2and2.1.Committer Checklist (excluded from commit message)