aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Manifests updated for Kubernetes 1.8Staffan Olsson2017-11-292-2/+8
|
* Upgrades to 4.0.0Staffan Olsson2017-11-294-9/+7
|
* Adapts existing addon to 3.0+ folder structureStaffan Olsson2017-11-297-0/+0
|
* Merge remote-tracking branch 'origin/addon-rest' into 1.8-confluent-restStaffan Olsson2017-11-297-0/+398
|\
| * Confluent platform built from same java image as kafka:0.11.0.1addon-restStaffan Olsson2017-10-032-2/+2
| |
| * Adds liveness probes identical to readinessStaffan Olsson2017-08-082-0/+8
| |
| * Adds readiness probesStaffan Olsson2017-08-072-0/+8
| |
| * Stay online at update, even with only one replicaStaffan Olsson2017-08-072-0/+10
| |
| * Moves to an addon folder, kubectl apply -f addon-cp/Staffan Olsson2017-08-075-0/+0
| |
| * Demonstrates that rest+schemas work togetherStaffan Olsson2017-08-011-0/+21
| |
| * Looks like Schema Registry works with empty bootstrap serversStaffan Olsson2017-08-012-0/+24
| |
| * Merge pull request #54 from Yolean/addon-rest-new-buildsolsson2017-08-014-29/+118
| |\ | | | | | | Use config files and kafka-jre based build for Confluent Platform services
| | * Tests commands succeed now. Remains to add asserts.addon-rest-new-buildStaffan Olsson2017-08-011-7/+22
| | |
| | * Logs, unlike docs, revealed that kafka-rest needs ...Staffan Olsson2017-08-012-5/+3
| | | | | | | | | | | | | | | | | | both zookeeper and bootstrap addresses. Was getting connection errors to localhost:9092 broker id -1, resulting in REST requests never returning.
| | * Once again be explicit (=unsurprising) about log config pathStaffan Olsson2017-08-012-0/+6
| | |
| | * Runtime conf is logged at start, which documents host.name in case we need itStaffan Olsson2017-08-012-10/+5
| | |
| | * New image uses config files instead of envStaffan Olsson2017-08-013-18/+28
| | |
| | * Remove file appender as docker implies stdoutStaffan Olsson2017-07-311-8/+1
| | | | | | | | | | | | | | | also the sample is from schema-registry.properties while kafka-rest had only the stdout appender (and no per-package levels)
| | * Sample config from v3.3.0 sourceStaffan Olsson2017-07-311-0/+72
| |/
| * We should probably wait for CP 3.3.0 because ...Staffan Olsson2017-07-291-7/+16
| | | | | | | | | | | | I'm not getting the expected behavior. Might also be because of low resources on minikube, but 3.3.0 should only be a few days away.
| * Starts a test case for rest-proxyStaffan Olsson2017-07-291-0/+117
| |
| * Adds more tests, and retriesStaffan Olsson2017-07-291-3/+6
| |
| * Tests rest-proxy, but hangs on GET /consumers/.../recordsStaffan Olsson2017-07-291-0/+39
| |
| * Adds kafka-rest proxy as rest:80Staffan Olsson2017-07-292-0/+36
| |
| * This is http so there's no reason to not use port 80Staffan Olsson2017-07-292-2/+4
| |
| * Avoids the schema-registry service name, becuase it interferes ...Staffan Olsson2017-07-292-4/+4
| | | | | | | | | | with container configuration, as Kubernetes creates the env SCHEMA_REGISTRY_PORT if the service has been created first.
| * Adds schema registryStaffan Olsson2017-07-292-0/+32
| |
* | Merge pull request #96 from Yolean/enable-broker-jmxsolsson2017-11-101-0/+4
|\ \ | | | | | | Enable broker JMX_PORT 5555
| * | Exposes JMX for brokers, to typical monitoring setupsenable-broker-jmxStaffan Olsson2017-11-091-0/+4
| | | | | | | | | | | | | | | | | | | | | Already included in #49, but here we don't add any export container to the pod. Can be utilized by kafka-manager (#83) - just tick the JMX box when adding a cluster - to see bytes in/out rates.
* | | Merge pull request #94 from Yolean/restore-ondelete-behaviorv3.0.1solsson2017-11-093-0/+6
|\ \ \ | |/ / |/| | Disables RollingUpdate, i.e. reverts to pre-1.7 behavior
| * | Sets OnDelete explicitly, as RollingUpdate is a new defaultrestore-ondelete-behaviorStaffan Olsson2017-11-093-0/+6
|/ / | | | | | | | | | | | | | | Due to the use of config map for most of the conifg, RollingUpdate will be surprising, while still not preventing running pods that don't have the applied configuration. An automation effort would be required for proper RollingUpdate behavior.
* | Merge pull request #90 from Yolean/1.8-manifestsv3.0.0solsson2017-11-0914-65/+27
|\ \ | | | | | | Updates manifests to beta2 workload API, k8s 1.8
| * | Fixes a test issue at start and at consumer error1.8-manifestsStaffan Olsson2017-11-091-0/+2
| | |
| * | Improves placement of temporary noticeStaffan Olsson2017-11-091-4/+2
| | |
| * | Makes kafka a feature folder too, consistent with the restStaffan Olsson2017-11-099-7/+7
| | |
| * | Leaving the addon concept in favor of opt-in folder applyStaffan Olsson2017-11-091-51/+0
| | |
| * | Updates RBAC to 1.8Staffan Olsson2017-11-091-2/+2
| | |
| * | Updates deployment to beta2 workload API, k8s 1.8Staffan Olsson2017-11-091-1/+1
| | |
| * | Updates statefulset to beta2 workload API, k8s 1.8Staffan Olsson2017-11-093-3/+16
|/ /
* | Merge pull request #79 from Yolean/bootstrap-testsolsson2017-11-095-216/+348
|\ \ | | | | | | Update tests to act as long-running consumers
| * | Adapts readme to 56aad28bootstrap-testStaffan Olsson2017-11-091-1/+1
| | |
| * | Use the bootstrap service (#52) for repeated bootstrapsStaffan Olsson2017-11-091-1/+1
| | | | | | | | | | | | The test should still pass if any single broker is down.
| * | Naming fixStaffan Olsson2017-11-091-3/+3
| | |
| * | Switches to ReplicaSet from Deployment, because configmap ...Staffan Olsson2017-11-092-6/+2
| | | | | | | | | | | | | | | resources as scripts void the Deployment behavior anyway. And besides, there's no need to manage these tests like production resources.
| * | Identifies topic jobs, and the resulting pods, by nameStaffan Olsson2017-11-092-2/+2
| | |
| * | Avoids overlap in matchLabels between test deploymentsStaffan Olsson2017-11-092-4/+4
| | |
| * | Renames test to focues on the type of client usedStaffan Olsson2017-11-091-8/+8
| | |
| * | Merge branch 'bootstrap-test-console-too' into bootstrap-testStaffan Olsson2017-11-093-119/+174
| |\ \
| | * | Kafkacat support for -k has been merged nowStaffan Olsson2017-11-091-3/+3
| | | |
| | * | kafkacat based on same image as solsson/kafka:1.0.0Staffan Olsson2017-11-091-1/+1
| | | |