Skip to content

Commit

Permalink
update streetlights-kafka.yml example
Browse files Browse the repository at this point in the history
  • Loading branch information
smoya committed Sep 21, 2022
1 parent fd4d70a commit 9f1ef50
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions examples/streetlights-kafka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,39 @@ servers:
description: Test broker
security:
- saslScram: []
tags:
- name: "env:test"
description: "This environment is meant for test use cases"
- name: "kind:remote"
description: "This server is a remote server. Not exposed by the application"
- name: "visibility:public"
description: "This resource is public and available to everyone"
development:
url: dev.mykafkacluster.org:8092
protocol: kafka-secure
description: Development broker
security:
- saslScram: []
tags:
- name: "env:development"
description: "This environment is meant for development use cases"
- name: "kind:remote"
description: "This server is a remote server. Not exposed by the application"
- name: "visibility:private"
description: "This resource is private and only available to certain users"
production:
url: mykafkacluster.org:8092
protocol: kafka-secure
description: Kafka broker
security:
- saslScram: []
tags:
- name: "env:production"
description: "This environment is meant for production use case"
- name: "kind:remote"
description: "This server is a remote server. Not exposed by the application"
- name: "visibility:private"
description: "This resource is private and only available to certain users"

defaultContentType: application/json

Expand Down

0 comments on commit 9f1ef50

Please sign in to comment.