-
Notifications
You must be signed in to change notification settings - Fork 107
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 upgrade (#2871) (#2803) #2990
Kafka upgrade (#2871) (#2803) #2990
Conversation
099e54c
to
748f742
Compare
362530d
to
e48e033
Compare
e48e033
to
b7a2c00
Compare
Don't we want to update ZooKeeper to v3.5.9? https://zookeeper.apache.org/doc/r3.5.9/releasenotes.html |
I think that I didn't take it into account because:
However, since you asked about it, and even found that it comes with Kafka, we can think about 2 options:
I don't know about any other ZooKeeper usecases but if its only Kafka's prerequisite I would vote for role removal and move to use ZooKeeper that comes with Kafka. (I would also do it in another PR to do not overwhelm reviewers :) ) |
1cb04d5
to
c7b5f47
Compare
ansible/playbooks/roles/kafka/tasks/common/download_and_unpack_binary.yml
Outdated
Show resolved
Hide resolved
ansible/playbooks/roles/kafka/tasks/common/download_and_unpack_binary.yml
Outdated
Show resolved
Hide resolved
8466d0e
to
13f1487
Compare
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
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.
This PR also can be the place for this task - #2235. As I see, openjdk 8 is used only for Kafka and Zookeeper.
ansible/playbooks/roles/kafka/tasks/common/download_and_unpack_binary.yml
Outdated
Show resolved
Hide resolved
c5b21cc
to
0789ba8
Compare
@cicharka One more thing, could you please run ansible-lint task in devcontainer on Kafka playbook and fix the issues? |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
with currently used kafka version
* We have specified version of kafka used in epiphany, therefore it should not be possible for user to adjust its version in kafka_exporter flags used in service definition
b0e1d40
to
8bda5f7
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
8bda5f7
to
7616a9a
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Kafka: Upgrade to 2.8.1 version
Kafka: Refactor installation and upgrade tasks
Kafka: move upgrade tasks to Kafka role
Zookeeper: refactor installation and upgrade
Zookeeper: move upgrade tasks to Zookeeper role
Kafka: Refactor: rename 'kafka_var' setting
Kafka-exporter: verify if service definition needs to be updated even if exporter itself was not updated
Kafka-exporter: remove kafka.version from configuration