aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Sample log config hides warnings, we don't1.8-confluent-restStaffan Olsson2017-12-181-4/+4
|
* Shows "Marking the coordinator x dead"Staffan Olsson2017-12-172-0/+2
|
* Displays broker connectivity messages in logsStaffan Olsson2017-12-171-0/+2
|
* Maybe this port number isn't used, but it shouldn't differ from listeners portStaffan Olsson2017-12-171-0/+1
|
* Fixes the renameStaffan Olsson2017-12-171-1/+1
|
* Renames services too; other registries and rest services may comeStaffan Olsson2017-12-174-4/+4
|
* Schema Registry and REST Proxy are generic names, but Avro centricStaffan Olsson2017-12-177-3/+3
|
* Maybe the CORS headers aren't necessary with PROXY=trueStaffan Olsson2017-12-051-0/+4
| | | | | | ... env added to Landoop's services. However, I don't want to add these services in production because I don't understand the license, hence no manifests for them.
* Adds CORS headers for REST Proxy, and clean upStaffan Olsson2017-12-051-35/+4
|
* Updates test manifests for 3.0+Staffan Olsson2017-12-012-7/+12
|
* 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