We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c9305 commit c2f94caCopy full SHA for c2f94ca
docs/services.md
@@ -18,6 +18,7 @@ topics:
18
19
services:
20
my-application:
21
+ type: application
22
principal: User:myapp
23
consumes:
24
- test-topic
@@ -47,6 +48,7 @@ topics:
47
48
49
50
my-stream:
51
+ type: kafka-streams
52
principal: User:mystream
53
54
@@ -100,6 +102,7 @@ topics:
100
102
101
103
104
my-connect-cluster:
105
+ type: kafka-connect
106
107
connectors:
108
rabbitmq-sink:
0 commit comments