CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 729
Releases: Yolean/kubernetes-kafka
Before breaking changes
Compare
The next release will change container arguments along with properties files' paths, and rename the broker service to kafka
. Upgrades beyond this release might be messy.
Assets 2
Accepts an additional client per zookeeper pod
Compare
In scale=1 scenarios (or whenever the number of zookeeper pods is equal to the number of kafka pods) zookeeper must allow additional clients, for example to run some admin commands. See 0515747.
Assets 2
Kafka 2.2.1
Compare
Assets 2
Restores apply -f behavior
Compare
Now the introduction of Kustomize support is backwards compatible, bar the change of default storage class name (#270).
Assets 2
Kustomization support, "standard" storage class
Compare
Adds several examples for kubectl apply -k
.
Note: the default storage class name has changed through #270. The old names are found in the gke-regional
variant.
Assets 2
Kafka 2.1.1 and Cruise Control
Compare
See #248, Cruise Control #218, Cruise Control UI solsson/dockerfiles#22
Assets 2
Critical Zookeeper persistence bugfix
f96c755
Compare
See the upgrade suggestions in #228 (comment) and #228 (comment).
If anyone lost zookeeper state it should be possible to recover from snapshot files. We haven't tested that though.
Assets 2
All five zookeeper pods reachable again
bafc0b9