Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Group namespaces API #88

Open
omoria1980 opened this issue Dec 6, 2023 · 0 comments
Open

Group namespaces API #88

omoria1980 opened this issue Dec 6, 2023 · 0 comments

Comments

@omoria1980
Copy link

omoria1980 commented Dec 6, 2023

Guys, it looks like you are still using deprecated format for namespace object inside Group API.

For example:

"namespaces": [ { "wildcards": [ "*" ], "permissions": [ "CreateTopic", "DropTopic", "ConfigureTopic", "QueryTopic", "ShowTopic", "ViewSchema" ], "system": "Kafka", "instance": "Dev" }, { "wildcards": [ "abc*" ], "permissions": [ "QueryTopic", "ShowTopic", "ViewSchema" ], "system": "Kafka", "instance": "Dev" } ]

I'm talking about this part of namespace list:

"system": "Kafka", "instance": "Dev"

As far as I see this format had been deprecated since lenses 4.0 version and for now the format of namespace object is:

"namespaces": [ { "wildcards": [ "string" ], "permissions": [ "CreateTopic" ], "connection": "string" } ],

So "system": "Kafka", "instance": "Dev" has to be replaced by "connection": "string"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant