m1a2st commented on PR #17440: URL: https://github.com/apache/kafka/pull/17440#issuecomment-2483413363
Hello @lianetm, Thank you for your comments. I have already addressed the issue where `CoordinatorRequestManager` catches metadata errors and passes them to the `ListOffsets` event. However, I encountered some test failures in my local environment: - **`AuthorizerIntegrationTest#testPatternSubscriptionWithNoTopicAccess`** - **`AuthorizerIntegrationTest#testCreatePermissionOnClusterToReadFromNonExistentTopic`** - **`AuthorizerIntegrationTest#testCreatePermissionOnTopicToReadFromNonExistentTopic`** - **`AuthorizerIntegrationTest#testListOffsetsWithTopicDescribe`** - **`EndToEndAuthorizationTest#testNoConsumeWithoutDescribeAclViaSubscribe`** Some of these tests are failing due to issues with the `consumer.poll` method. I am currently investigating the root cause but don’t have a clear solution yet. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org