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