mirror of https://github.com/dapr/docs.git
consumerGroup must be the same in both manifests and fixed ScaledObject (#488)
This commit is contained in:
parent
d9312df638
commit
f29d60dc2f
|
@ -70,8 +70,8 @@ spec:
|
||||||
direction: in
|
direction: in
|
||||||
name: event
|
name: event
|
||||||
topic: myTopic
|
topic: myTopic
|
||||||
brokers: my-kafka:9092
|
bootstrapServers: my-kafka:9092
|
||||||
consumerGroup: group2
|
consumerGroup: group1
|
||||||
dataType: binary
|
dataType: binary
|
||||||
lagThreshold: '5'
|
lagThreshold: '5'
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue