You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the TopicController, it appears that the wrong resource is being checked for the endpoint api/{cluster}/topic/{topicName}/groups (see here). Instead of using Role.Resource.TOPIC, it might be more appropriate to use Role.Resource.CONSUMER_GROUP, as the same data can be read in the GroupController with the CONSUMER_GROUP resource (see here).
The text was updated successfully, but these errors were encountered:
In the
TopicController
, it appears that the wrong resource is being checked for the endpointapi/{cluster}/topic/{topicName}/groups
(see here). Instead of usingRole.Resource.TOPIC
, it might be more appropriate to useRole.Resource.CONSUMER_GROUP
, as the same data can be read in theGroupController
with theCONSUMER_GROUP
resource (see here).The text was updated successfully, but these errors were encountered: