Skip to content

Commit

Permalink
updating metadata example for kafka in doc (kedacore#520)
Browse files Browse the repository at this point in the history
Signed-off-by: Ritikaa96 <[email protected]>
  • Loading branch information
Ritikaa96 authored Aug 26, 2021
1 parent 1c69555 commit fe3de23
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion content/docs/2.0/scalers/apache-kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ This specification describes the `kafka` trigger for an Apache Kafka topic.
triggers:
- type: kafka
metadata:
# brokerList: kafka.svc:9092 - deprecated
bootstrapServers: kafka.svc:9092
consumerGroup: my-group
topic: test-topic
Expand Down
1 change: 0 additions & 1 deletion content/docs/2.1/scalers/apache-kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ This specification describes the `kafka` trigger for an Apache Kafka topic.
triggers:
- type: kafka
metadata:
# brokerList: kafka.svc:9092 - deprecated
bootstrapServers: kafka.svc:9092
consumerGroup: my-group
topic: test-topic
Expand Down
1 change: 0 additions & 1 deletion content/docs/2.2/scalers/apache-kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ This specification describes the `kafka` trigger for an Apache Kafka topic.
triggers:
- type: kafka
metadata:
# brokerList: kafka.svc:9092 - deprecated
bootstrapServers: kafka.svc:9092
consumerGroup: my-group
topic: test-topic
Expand Down
1 change: 0 additions & 1 deletion content/docs/2.3/scalers/apache-kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ This specification describes the `kafka` trigger for an Apache Kafka topic.
triggers:
- type: kafka
metadata:
# brokerList: kafka.svc:9092 - deprecated
bootstrapServers: kafka.svc:9092
consumerGroup: my-group
topic: test-topic
Expand Down
1 change: 0 additions & 1 deletion content/docs/2.4/scalers/apache-kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ This specification describes the `kafka` trigger for an Apache Kafka topic.
triggers:
- type: kafka
metadata:
# brokerList: kafka.svc:9092 - deprecated
bootstrapServers: kafka.svc:9092
consumerGroup: my-group
topic: test-topic
Expand Down
1 change: 0 additions & 1 deletion content/docs/2.5/scalers/apache-kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ This specification describes the `kafka` trigger for an Apache Kafka topic.
triggers:
- type: kafka
metadata:
# brokerList: kafka.svc:9092 - deprecated
bootstrapServers: kafka.svc:9092
consumerGroup: my-group
topic: test-topic
Expand Down

0 comments on commit fe3de23

Please sign in to comment.