-
Notifications
You must be signed in to change notification settings - Fork 14.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KAFKA-18399 Remove ZooKeeper from KafkaApis (12/N): clean up ZKMetadataCache, KafkaController and raftSupport #18542
Conversation
val configs = describeConfigsResult.configs.asScala.filter(_.name == propName) | ||
assertEquals(1, configs.length) | ||
val describeConfigsResponseData = configs.head | ||
assertEquals(propName, describeConfigsResponseData.name) | ||
assertEquals(propValue, describeConfigsResponseData.value) | ||
>>>>>>> trunk |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe these shouldn't be here :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I am working on this at that time and it is already removed. 🙂
In order unblock other tasks, file https://issues.apache.org/jira/browse/KAFKA-18540 as follow up. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
the following cleanup are traced by https://issues.apache.org/jira/browse/KAFKA-18540, https://issues.apache.org/jira/browse/KAFKA-18539 and https://issues.apache.org/jira/browse/KAFKA-18552
#18549 fix the fail test |
@chia7712 thanks for review! |
…taCache, KafkaController and raftSupport (apache#18542) Reviewers: Viktor Somogyi-Vass <[email protected]>, Chia-Ping Tsai <[email protected]>
This was removed during removal of zk code (#18542), but we should instead convert it to work with kraft. Reviewers: Ismael Juma <[email protected]>, Chia-Ping Tsai <[email protected]>
This was removed during removal of zk code (#18542), but we should instead convert it to work with kraft. Reviewers: Ismael Juma <[email protected]>, Chia-Ping Tsai <[email protected]>
…taCache, KafkaController and raftSupport (apache#18542) Reviewers: Viktor Somogyi-Vass <[email protected]>, Chia-Ping Tsai <[email protected]>
This was removed during removal of zk code (apache#18542), but we should instead convert it to work with kraft. Reviewers: Ismael Juma <[email protected]>, Chia-Ping Tsai <[email protected]>
…taCache, KafkaController and raftSupport (apache#18542) Reviewers: Viktor Somogyi-Vass <[email protected]>, Chia-Ping Tsai <[email protected]>
This was removed during removal of zk code (apache#18542), but we should instead convert it to work with kraft. Reviewers: Ismael Juma <[email protected]>, Chia-Ping Tsai <[email protected]>
…taCache, KafkaController and raftSupport (apache#18542) Reviewers: Viktor Somogyi-Vass <[email protected]>, Chia-Ping Tsai <[email protected]>
This was removed during removal of zk code (apache#18542), but we should instead convert it to work with kraft. Reviewers: Ismael Juma <[email protected]>, Chia-Ping Tsai <[email protected]>
As title.
In order unblock other tasks, file https://issues.apache.org/jira/browse/KAFKA-18540 as follow up.
Committer Checklist (excluded from commit message)