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
I've tried running master-labeled docker image and the issue still persists there
I'm running a supported version of the application which is listed here
Describe the bug (actual behavior)
Kafka UI fails to display topics if its credentials have access to a subset of Azure Event Hubs existing in the same namespace.
Basically the use case is like this:
There are multiple Azure Event Hubs in the same namespace. There are used by different teams. Every team has access to a subset of Event Hubs (topics) and uses corresponding credentials. Everything works perfectly fine except Kafka UI. It displays no topics.
There are no specific steps to reproduce, just start the application and make sure no topics are displayed.
Screenshots
No response
Logs
There is the following exception in logs:
2023-10-20 00:19:44,596 ERROR [parallel-13] c.p.k.u.s.StatisticsService: Failed to collect cluster local info
org.apache.kafka.common.errors.UnknownServerException: ExceptionId: 31745dbc-e75e-4c66-91a6-9f2eae1115e4-Microsoft.Azure.Kafka.KafkaException: Unauthorized access to topic 'ltd-event-enrichment'
at Microsoft.Cloud.ServiceBus.Messaging.Kafka.KafkaAuthHandler.<AuthorizeAsync>d__16.MoveNext() in X:\bt\1247678\repo\src\product\Service\Messaging\Microsoft.Cloud.ServiceBus.Messaging\Kafka\KafkaAuthHandler.cs:line 221
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.Cloud.ServiceBus.Messaging.Kafka.KafkaRequestHandler.<GetEndpointAsync>d__29.MoveNext() in X:\bt\1247678\repo\src\product\Service\Messaging\Microsoft.Cloud.ServiceBus.Messaging\Kafka\KafkaRequestHandler.cs:line 99
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.Cloud.ServiceBus.Messaging.Kafka.KafkaRequestHandler.<GetFragmentEntityInformationAsync>d__35.MoveNext() in X:\bt\1247678\repo\src\product\Service\Messaging\Microsoft.Cloud.ServiceBus.Messaging\Kafka\KafkaRequestHandler.cs:line 393
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at Microsoft.Cloud.ServiceBus.Messaging.Kafka.DescribeConfigsHandler.<HandleAsync>d__0.MoveNext() in X:\bt\1247678\repo\src\product\Service\Messaging\Microsoft.Cloud.ServiceBus.Messaging\Kafka\DescribeConfigsHandler.cs:line 62
Additional context
No response
The text was updated successfully, but these errors were encountered:
Issue submitter TODO list
master
-labeled docker image and the issue still persists thereDescribe the bug (actual behavior)
Kafka UI fails to display topics if its credentials have access to a subset of Azure Event Hubs existing in the same namespace.
Basically the use case is like this:
There are multiple Azure Event Hubs in the same namespace. There are used by different teams. Every team has access to a subset of Event Hubs (topics) and uses corresponding credentials. Everything works perfectly fine except Kafka UI. It displays no topics.
Expected behavior
Kafka UI should display topics it has access to.
Your installation details
App version:
0.7.1
Configuration:
Steps to reproduce
There are no specific steps to reproduce, just start the application and make sure no topics are displayed.
Screenshots
No response
Logs
There is the following exception in logs:
Additional context
No response
The text was updated successfully, but these errors were encountered: