Updated README

This commit is contained in:
Nir Gazit
2021-01-13 10:16:48 +02:00
parent 31a7ab935f
commit 2b06b618d3
+2 -2
View File
@@ -69,7 +69,7 @@ kafka:
- localhost:9092
```
6. Add `kafka.apache.org/consumer-group` annotation to your services:
6. Add `kafka.apache.org/consumer-groups` annotation to your services:
```yaml
apiVersion: backstage.io/v1alpha1
@@ -77,7 +77,7 @@ kind: Component
metadata:
# ...
annotations:
kafka.apache.org/consumer-group: consumer-group-name
kafka.apache.org/consumer-groups: consumer-group-name
spec:
type: service
```