kafka-ui icon indicating copy to clipboard operation
kafka-ui copied to clipboard

Not able to read topic messages

Open jainpratik163 opened this issue 1 year ago • 0 comments

Issue submitter TODO list

  • [X] I've looked up my issue in FAQ
  • [X] I've searched for an already existing issues here
  • [X] I've tried running master-labeled docker image and the issue still persists there
  • [X] I'm running a supported version of the application which is listed here

Describe the bug (actual behavior)

i am trying to read message but in pod I am getting below error

2024-01-15 12:59:25,733 INFO [boundedElastic-48] o.a.k.c.u.AppInfoParser: App info kafka.consumer for kafka-ui-consumer-1705323565594 unregistered 2024-01-15 12:59:25,733 ERROR [boundedElastic-48] c.p.k.u.e.ForwardRecordEmitter: Error occurred while consuming records org.apache.kafka.common.errors.TopicAuthorizationException: Not authorized to access topics: [mytopic] 2024-01-15 12:59:25,736 ERROR [reactor-http-epoll-2] o.s.w.s.a.HttpWebHandlerAdapter: [c69fdbef-565] Error [org.apache.kafka.common.errors.TopicAuthorizationException: Not authorized to access topics: [TrackCatalogRateChangeTopic]] for HTTP GET "/api/clusters/Default/topics/mytopic/messages?keySerde=String&valueSerde=String&limit=100", but ServerHttpResponse already committed (200 OK) 2

and I am using confluent kafka with kraft

Expected behavior

No response

Your installation details

kafka-ui version 0.7.1

Steps to reproduce

install kafka-ui as helm open UI and read messages

Screenshots

No response

Logs

No response

Additional context

No response

jainpratik163 avatar Jan 15 '24 13:01 jainpratik163