Skip to content

Commit

Permalink
Not a proper test yet, but the PR documents how to use it to see events
Browse files Browse the repository at this point in the history
  • Loading branch information
solsson committed Aug 5, 2017
1 parent 28621a1 commit 630f6b1
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions test/events-topic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,12 @@ metadata:
namespace: test-kafka
spec:
replicas: 1
strategy:
type: RollingUpdate
rollingUpdate:
# prefer duplicate events over missed
maxUnavailable: 0
maxSurge: 1
template:
metadata:
labels:
test-target: events-topic
test-type: readiness
# Would be a valid testcase if it verifies that >0 messages per some time unit have been produced
#test-type: readiness
spec:
containers:
- name: kafkacat
Expand Down

0 comments on commit 630f6b1

Please sign in to comment.