forked from matt-mangia/kafka-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
45 lines (42 loc) · 895 Bytes
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
cluster:
bootstrap.servers: localhost:9092
security.protocol:
sasl.jaas.config:
sasl.mechanism:
ssl.truststore.location:
ssl.truststore.password:
ssl.keystore.location:
ssl.keystore.password:
ssl.key.password:
topics:
matt-topic-A:
name: matt-topic-A
replication.factor: 1
partitions: 3
cleanup.policy:
compression.type:
retention.ms:
matt-topic-D:
name: matt-topic-D
replication.factor: 1
partitions: 3
default_topics:
- _confluent-metrics
- __confluent.support.metrics
acls:
project-1:
resource-type: topic
resource-name: matt-topic-A
resource-pattern: LITERAL
principal: User:*
operation: ALL
permission: ALLOW
host: '*'
project-2:
resource-type: topic
resource-name: matt-topic-B
resource-pattern: LITERAL
principal: User:*
operation: ALL
permission: ALLOW
host: '*'