Re: Kafka Topic Permissions Failure

2023-11-14 Thread Razin Bouzar via user
Hey Hang, We may have encountered a bug. It seems like deleting the job and redeploying "fixed" the issue. We will work on recreating this scenario and will follow-up at some point. On Mon, Nov 13, 2023 at 3:35 AM Hang Ruan wrote: > Hi, Razin. > > It seems like the issue you shared is a

Re: Kafka Topic Permissions Failure

2023-11-13 Thread Hang Ruan
Hi, Razin. It seems like the issue you shared is a different problem from yours. They have different error messages. Have you ever tried to consume this topic using the Kafka java client[1] by yourself to make sure you could access the topic normally? Best, Hang [1]

Kafka Topic Permissions Failure

2023-11-10 Thread Razin Bouzar via user
Hello, We seem to be encountering a bug wherein we see the error TopicAuthorizationException: Not authorized to access topics: [topic] for a topic wave R/W/D access to the topic and are using the correct principal (MTLS auth). The only somewhat related FLINK bug I found was FLINK-27041