Skip to content

Commit 7470b6d

Browse files
committed
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.
1 parent 11496d2 commit 7470b6d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

30bootstrap-service.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
apiVersion: v1
3+
kind: Service
4+
metadata:
5+
name: bootstrap
6+
namespace: kafka
7+
spec:
8+
ports:
9+
- port: 9092
10+
selector:
11+
app: kafka

0 commit comments

Comments
 (0)