From 7470b6d24ef867d10ea0eb4aa52237533e64d033 Mon Sep 17 00:00:00 2001 From: Staffan Olsson Date: Thu, 27 Jul 2017 09:55:53 +0200 Subject: Adds a service to use as "bootstrap" servers url ... i.e. to connect to any kafka broker and get a list of actual broker DNS names to talk to. --- 30bootstrap-service.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 30bootstrap-service.yml (limited to '30bootstrap-service.yml') diff --git a/30bootstrap-service.yml b/30bootstrap-service.yml new file mode 100644 index 0000000..7c2a337 --- /dev/null +++ b/30bootstrap-service.yml @@ -0,0 +1,11 @@ +--- +apiVersion: v1 +kind: Service +metadata: + name: bootstrap + namespace: kafka +spec: + ports: + - port: 9092 + selector: + app: kafka -- cgit v1.2.3