AndrewJSchofield commented on code in PR #18927:
URL: https://github.com/apache/kafka/pull/18927#discussion_r1959486260
##########
docs/security.html:
##########
@@ -2291,6 +2291,14 @@ <h5 class="anchor-heading"><a
id="operations_resources_and_protocols" class="anc
<td>Topic</td>
<td></td>
</tr>
+ <tr>
Review Comment:
I think this needs to be 2 table rows. I suggest:
```
<tr>
<td>DELETE_SHARE_GROUP_OFFSETS (92)</td>
<td>Delete</td>
<td>Group</td>
<td>To delete the offset information for a partition in a share
group, the application must have privileges on the
group and the topic. Group access is checked first, then
topic access.</td>
</tr>
<tr>
<td>DELETE_SHARE_GROUP_OFFSETS (92)</td>
<td>Read</td>
<td>Topic</td>
<td></td>
</tr>
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]