consumerGroup must be the same in both manifests and fixed ScaledObject (#488)

This commit is contained in:
Carlos Mendible 2020-04-01 15:49:37 +02:00 committed by GitHub
parent d9312df638
commit f29d60dc2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -70,8 +70,8 @@ spec:
direction: in
name: event
topic: myTopic
brokers: my-kafka:9092
consumerGroup: group2
bootstrapServers: my-kafka:9092
consumerGroup: group1
dataType: binary
lagThreshold: '5'
```