Skip to content

Commit

Permalink
Update KafkaSource example with updated bootstrapServer, Topics format
Browse files Browse the repository at this point in the history
in knative/eventing-contrib#1156 we've updated the format for the
topics and bootstrapServer to be lists, update example accordingly
  • Loading branch information
lberk committed Apr 22, 2020
1 parent 2ffa285 commit 555b546
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/eventing/samples/kafka/source/event-source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ metadata:
name: kafka-source
spec:
consumerGroup: KAFKA_CONSUMER_GROUP_NAME
bootstrapServers: KAFKA_BOOTSTRAP_SERVERS
topics: KAFKA_TOPICS
bootstrapServers:
- KAFKA_BOOTSTRAP_SERVERS
topics:
- KAFKA_TOPICS
net:
sasl:
enable: KAFKA_SASL_ENABLE
Expand Down

0 comments on commit 555b546

Please sign in to comment.