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
|
||||
name: event
|
||||
topic: myTopic
|
||||
brokers: my-kafka:9092
|
||||
consumerGroup: group2
|
||||
bootstrapServers: my-kafka:9092
|
||||
consumerGroup: group1
|
||||
dataType: binary
|
||||
lagThreshold: '5'
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue