blob: 5b580a1118bcb7ea8ce1d6ce0a667bd4edba597d [file] [log] [blame]
Matteo Scandolo2cc3d812018-08-13 10:21:43 -07001Thank you for installing {{ .Chart.Name }}.
2
3Your release is named {{ .Release.Name }}.
4
5You can use this container to listen to event on Kafka.
6To do that, exec in the pod and run:
7
8kafkacat -C -b <kafka-service> -t <kafka-topic>
9
10
11