Skip to content

Commit 8935cf5

Browse files
committed
Not a proper test yet, but the PR documents how to use it to see events
1 parent 4f13cf5 commit 8935cf5

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

test/events-topic.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,12 @@ metadata:
55
namespace: test-kafka
66
spec:
77
replicas: 1
8-
strategy:
9-
type: RollingUpdate
10-
rollingUpdate:
11-
# prefer duplicate events over missed
12-
maxUnavailable: 0
13-
maxSurge: 1
148
template:
159
metadata:
1610
labels:
1711
test-target: events-topic
18-
test-type: readiness
12+
# Would be a valid testcase if it verifies that >0 messages per some time unit have been produced
13+
#test-type: readiness
1914
spec:
2015
containers:
2116
- name: kafkacat

0 commit comments

Comments
 (0)