Skip to content

Commit

Permalink
remove TODOs that are complete
Browse files Browse the repository at this point in the history
  • Loading branch information
petedannemann committed Sep 15, 2023
1 parent b19a4e1 commit 43806c0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/admin/brokerclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -697,10 +697,6 @@ func configEntriesToAPIConfigs(
return apiConfigs
}

// TODO: what fields should we let people filter on / how best to support that?
// It could be really useful to be able to use this to answer questions like what services have access topics x,y,z or
// who has write access to topic b?
// Is GetACL (single ACL) even applicable?
// GetACLs gets full information about each ACL in the cluster.
func (c *BrokerAdminClient) GetACLs(
ctx context.Context,
Expand Down

0 comments on commit 43806c0

Please sign in to comment.