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 24deced
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion examples/streetlights-kafka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,41 @@ info:
servers:
test:
url: test.mykafkacluster.org:8092
protocol: kafka-secure
protocol: kafka
description: Test broker
tags:
- name: "env:test"
description: "This environment is meant for users to run their 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 internal 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 24deced

Please sign in to comment.