Skip to content

Commit c2f94ca

Browse files
authored
Update documentation to include service type (#7)
1 parent 91c9305 commit c2f94ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/services.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ topics:
1818

1919
services:
2020
my-application:
21+
type: application
2122
principal: User:myapp
2223
consumes:
2324
- test-topic
@@ -47,6 +48,7 @@ topics:
4748
4849
services:
4950
my-stream:
51+
type: kafka-streams
5052
principal: User:mystream
5153
consumes:
5254
- test-topic
@@ -100,6 +102,7 @@ topics:
100102
101103
services:
102104
my-connect-cluster:
105+
type: kafka-connect
103106
principal: User:mystream
104107
connectors:
105108
rabbitmq-sink:

0 commit comments

Comments
 (0)