From 48bd7c39af657db1338662cf99b5531aac929d1d Mon Sep 17 00:00:00 2001 From: Staffan Olsson Date: Fri, 28 Jul 2017 21:23:59 +0200 Subject: Now we're on par with the old tests, but automated --- test/31producer-test1.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 test/31producer-test1.yml (limited to 'test/31producer-test1.yml') 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 -- cgit v1.2.3