aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Setup with GCE disksgkeStaffan Olsson2016-11-092-1/+4
* Uses GKE persistent disks. With noPetSet we create the disks manually.Staffan Olsson2016-11-091-6/+9
* 200GB disks until (if ever) resize gets easier - see http://stackoverflow.com...Staffan Olsson2016-11-092-6/+6
* Switches to Deployment so we can use strategy type: Recreate, hopefully to av...nopetset-kafkaStaffan Olsson2016-11-093-3/+9
* Upgrades to the image with log.dirs inside /opt/kafka/data, current docker-ka...Staffan Olsson2016-11-093-3/+3
* With the new preconfigured image we don't intend to mount confStaffan Olsson2016-10-253-15/+0
* No need to wrap regular startup with args in bash -c. It might even affect si...Staffan Olsson2016-10-253-9/+18
* Oops. Brokers must of course use the same image.Staffan Olsson2016-10-252-2/+2
* Kafka needs bootstrapping because it has persistent voluemesStaffan Olsson2016-10-251-0/+7
* Updates test commands for nopetsetStaffan Olsson2016-10-251-5/+8
* Advertises a service, so consumers can get the kafka endpoint through zookeeperStaffan Olsson2016-10-253-3/+3
* test/21consumer-test1.yml failed to connect to kafka because it got the hostn...Staffan Olsson2016-10-253-3/+3
* Adds two new instances that differ only in broker idStaffan Olsson2016-10-253-0/+100
* Hostnames are random without PetSetStaffan Olsson2016-10-251-1/+1
* First shot at Kafka as noPetSetStaffan Olsson2016-10-253-41/+35
* Merge branch 'zookeeper-5-nodes' into nopetset-zknopetset-zkStaffan Olsson2016-10-2512-200/+120
|\
| * Without PetSet and 3.5+ dynamic config you definitely want to avoid scaling, ...Staffan Olsson2016-10-2511-200/+115
| * Keeps a namespace file in zookeeper too, because bootstrapping starts thereStaffan Olsson2016-10-251-0/+5
|/
* We probably don't need longer timeouts so the current official build is OKStaffan Olsson2016-10-253-15/+3
* Can't have a readiness probe until tolereate-unready-endpoints goes beta, bec...Staffan Olsson2016-10-254-24/+6
* Back to zookeeper 3.4, built from https://github.com/solsson/zookeeper-dockerStaffan Olsson2016-10-254-18/+6
* Zookeeper 3.5+ exposes an admin service, for dynamic configuration, which we ...Staffan Olsson2016-10-254-3/+12
* Using 0.0.0.0 for "my" server solves bind 3888 issue at startStaffan Olsson2016-10-253-6/+18
* Tries to configure more like the petset example, though there we have https:/...Staffan Olsson2016-10-253-6/+6
* No need to have zookeeper data persistent, when clusteredStaffan Olsson2016-10-253-6/+3
* Manages to get a single instance readyStaffan Olsson2016-10-253-15/+15
* Labels have changed a bit here in nopetsetStaffan Olsson2016-10-251-3/+6
* Tree pods, and before we scale that up we probably want PetSet backStaffan Olsson2016-10-254-2/+142
* Single pod zookeeper, now that PetSet is de-supported in GKEStaffan Olsson2016-10-259-384/+48
* Merge pull request #10 from Yolean/kafka-imagesolsson2016-10-243-7/+144
|\
| * Cluster now gets my build of this PRkafka-imageStaffan Olsson2016-10-231-1/+1
| * No reason for an alternative download url hereStaffan Olsson2016-10-231-1/+1
| * With automatic topic creation disabled (#3) we can also disable topic deletionStaffan Olsson2016-10-231-1/+4
| * Custom image replaces PR #2Staffan Olsson2016-10-231-6/+0
| * Keeps logs forever, or do we need more config changes (like log.cleaner.enabl...Staffan Olsson2016-10-231-1/+1
| * Moves zookeeper default link name from build to fileStaffan Olsson2016-10-232-2/+1
| * Adds current config as locally versioned fileStaffan Olsson2016-10-232-0/+123
| * Switch from deprecated java image to equivalent, current latest tagStaffan Olsson2016-10-231-1/+1
| * Current (bcf7277) from https://github.com/solsson/dockerfilesStaffan Olsson2016-10-231-0/+18
* | Merge pull request #8 from Zapadlo/patch-1solsson2016-10-191-6/+6
|\ \
| * | README to reflect namespace changesGeorge Angel2016-10-191-6/+6
|/ /
* | Merge pull request #7 from Zapadlo/patch-1solsson2016-10-191-1/+1
|\ \ | |/ |/|
| * Update namespace for the zk serviceGeorge Angel2016-10-181-1/+1
|/
* Merge pull request #5 from rickypai/patch-1solsson2016-09-161-1/+1
|\
| * correct namespace in DNS nameRicky Pai2016-09-141-1/+1
|/
* Clarifies commands around the second test topic, and what a topic name typo l...Staffan Olsson2016-09-061-5/+8
* Adds a deployment that consumes messagesStaffan Olsson2016-09-062-0/+29
* Spotted an old filenameStaffan Olsson2016-09-061-1/+1
* Peer review revealed that some test commands were flawed. Only --old-producer...Staffan Olsson2016-09-061-6/+12
* kubectl delete namespace is a command to be scared of in productionStaffan Olsson2016-09-051-4/+4