This repository has been archived by the owner on Nov 18, 2021. It is now read-only.
forked from vdesabou/kafka-docker-playground
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathafter.yml
133 lines (131 loc) · 3.3 KB
/
after.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
topics:
connect-configs:
name: connect-configs
partitions: 1
replication.factor: 3
min.insync.replicas: 2
cleanup.policy: compact
max.message.bytes: 2097164
mysql-application:
name: mysql-application
partitions: 6
replication.factor: 3
min.insync.replicas: 2
max.message.bytes: 2097164
topic-servicenow:
name: topic-servicenow
partitions: 6
replication.factor: 3
min.insync.replicas: 2
max.message.bytes: 2097164
demo-perf-topic:
name: demo-perf-topic
partitions: 6
replication.factor: 3
min.insync.replicas: 2
cleanup.policy: delete
retention.ms: 604800000
max.message.bytes: 2097164
delete.retention.ms: 86400000
retention.bytes: -1
connect-offsets:
name: connect-offsets
partitions: 25
replication.factor: 3
min.insync.replicas: 2
cleanup.policy: compact
max.message.bytes: 2097164
dbserver1.inventory.customers:
name: dbserver1.inventory.customers
partitions: 6
replication.factor: 3
min.insync.replicas: 2
max.message.bytes: 2097164
matt-topic-B:
name: matt-topic-B
partitions: 5
replication.factor: 3
min.insync.replicas: 2
max.message.bytes: 2097164
matt-topic-A:
name: matt-topic-A
partitions: 6
replication.factor: 3
min.insync.replicas: 2
max.message.bytes: 2097164
test_table:
name: test_table
partitions: 6
replication.factor: 3
min.insync.replicas: 2
max.message.bytes: 2097164
test-topic-A:
name: test-topic-A
partitions: 6
replication.factor: 3
min.insync.replicas: 2
max.message.bytes: 2097164
test-topic-B:
name: test-topic-B
partitions: 5
replication.factor: 3
min.insync.replicas: 2
max.message.bytes: 2097164
customer-avro:
name: customer-avro
partitions: 6
replication.factor: 3
min.insync.replicas: 2
max.message.bytes: 2097164
simple-stream-KSTREAM-REDUCE-STATE-STORE-0000000003-repartition:
name: simple-stream-KSTREAM-REDUCE-STATE-STORE-0000000003-repartition
partitions: 6
replication.factor: 3
min.insync.replicas: 2
cleanup.policy: delete
retention.ms: -1
segment.bytes: 52428800
max.message.bytes: 2097164
connect-status:
name: connect-status
partitions: 5
replication.factor: 3
min.insync.replicas: 2
cleanup.policy: compact
max.message.bytes: 2097164
kafka-admin-acl-topic:
name: kafka-admin-acl-topic
partitions: 6
replication.factor: 3
min.insync.replicas: 2
max.message.bytes: 2097164
simple-stream-KSTREAM-REDUCE-STATE-STORE-0000000003-changelog:
name: simple-stream-KSTREAM-REDUCE-STATE-STORE-0000000003-changelog
partitions: 6
replication.factor: 3
min.insync.replicas: 2
cleanup.policy: compact
max.message.bytes: 2097164
test-vincent:
name: test-vincent
partitions: 6
replication.factor: 3
min.insync.replicas: 2
max.message.bytes: 2097164
acls:
Acl-1:
principal: User:48502
resource-pattern: LITERAL
host: '*'
resource-type: TOPIC
resource-name: kafka-admin-acl-topic
permission: ALLOW
operation: READ
Acl-2:
principal: User:48502
resource-pattern: LITERAL
host: '*'
resource-type: TOPIC
resource-name: kafka-admin-acl-topic
permission: ALLOW
operation: WRITE