aboutsummaryrefslogtreecommitdiff
path: root/test/31producer-test1.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/31producer-test1.yml')
-rw-r--r--test/31producer-test1.yml24
1 files changed, 0 insertions, 24 deletions
diff --git a/test/31producer-test1.yml b/test/31producer-test1.yml
deleted file mode 100644
index 354a16a..0000000
--- a/test/31producer-test1.yml
+++ /dev/null
@@ -1,24 +0,0 @@
-apiVersion: batch/v1
-kind: Job
-metadata:
- name: producer-test1
- namespace: kafka
-spec:
- template:
- metadata:
- name: producer-test1
- spec:
- containers:
- - name: kafka
- image: solsson/kafka:0.11.0.0@sha256:b27560de08d30ebf96d12e74f80afcaca503ad4ca3103e63b1fd43a2e4c976ce
- command:
- - /bin/sh
- - -c
- - >
- echo "test1 $(date)"
- |
- ./bin/kafka-console-producer.sh
- --topic test1
- --broker-list kafka-0.broker.kafka.svc.cluster.local:9092,kafka-1.broker.kafka.svc.cluster.local:9092,kafka-2.broker.kafka.svc.cluster.local:9092
- ; sleep 1
- restartPolicy: Never