Replies: 1 comment 2 replies
-
Hello. I am having the same issue with direct /api calls. is this normal behaviour? UPDATE: I increased kafka read timeout and I can read topic data, but it's really slow. For example a 128kb topic with 150 partitions was read and displayed in 20 minutes. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to setup a model where we restrict who can see TOPIC_DATA in prod based on group. I can get it so a user can read all TOPIC_DATA or no topic data. But I get an error "Unauthorized: missing permission on resource TOPIC_DATA and action READ" when I try to make it so users can only read select topics based on pattern settings.
Me endpoint returns the following. My read of the endpoint payload is that should be what I want.
The application config:
And finally the ODIC default group is
systems-readonly
Beta Was this translation helpful? Give feedback.
All reactions