File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed
modules/manage/pages/security/authorization Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -190,19 +190,23 @@ For quick reference, here are the ACL requirements for common client scenarios:
190190| Client type | Required ACLs
191191
192192| Simple producer
193- | • `WRITE` + `DESCRIBE` on target topics
193+ |
194+ * `WRITE` + `DESCRIBE` on target topics
194195
195196| Simple consumer
196- | • `READ` + `DESCRIBE` on target topics
197- • `READ` on consumer group
197+ |
198+ * `READ` + `DESCRIBE` on target topics
199+ * `READ` on consumer group
198200
199201| Transactional producer
200- | • `WRITE` + `DESCRIBE` on target topics
201- • `WRITE` on transactional ID
202+ |
203+ * `WRITE` + `DESCRIBE` on target topics
204+ * `WRITE` on transactional ID
202205
203206| Consumer group admin
204- | • `READ` + `DESCRIBE` on target topics
205- • `READ` + `DESCRIBE` + `DELETE` on consumer groups
207+ |
208+ * `READ` + `DESCRIBE` on target topics
209+ * `READ` + `DESCRIBE` + `DELETE` on consumer groups
206210|===
207211
208212Command examples:
You can’t perform that action at this time.
0 commit comments