AKHQ UI is not able to display schemas #1898
ritambanik
started this conversation in
General
Replies: 1 comment 6 replies
-
For me there is nothing indicating that AKHQ was able to get the schemas from the registry. We can see in your logs that it sent a request to the registry but I'm not sure it means that it had an answer. Your screenshot shows an HTTP 504 - Gateway Timeout so I would think about a communication issue. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
We are running AKHQ in k8s. Our Confluent Schema Registry is also running in k8s with basic auth enabled. As per the AKHQ logs, it's able to pull the schemas from the Confluent Schema Registry but not able to display in the UI. Below is the AKHQ config and also attached a screenshot of the chrome developer network view when 'Schema Registry' is clicked on the UI. Can you please help me understand what could be the issue?
Log Snippet
{"sequenceNumber":0,"timestamp":1723127499851,"nanoseconds":851609599,"level":"DEBUG","threadName":"io-executor-thread-29","loggerName":"io.confluent.kafka.schemaregistry.client.rest.RestService","context":{"name":"default","birthdate":1723049832133,"properties":{}},"mdc": {},"message":"Sending GET with input null to https://uk-schema-registry-np-wales.yyy.cloud/config/m_27460_xxx_any_uk_xxxio_logging-event-value?defaultToGlobal=true","throwable":null}
{"sequenceNumber":0,"timestamp":1723127502079,"nanoseconds":79244492,"level":"DEBUG","threadName":"default-nioEventLoopGroup-1-23","loggerName":"io.micronaut.context.event.ApplicationEventPublisher","context":{"name":"default","birthdate":1723049832133,"properties":{}},"mdc": {},"message":"Publishing event: {}","arguments": ["io.micronaut.http.context.event.HttpRequestTerminatedEvent[source=GET /]"],"throwable":null} {"sequenceNumber":0,"timestamp":1723127502355,"nanoseconds":355522398,"level":"DEBUG","threadName":"default-nioEventLoopGroup-1-3","loggerName":"io.micronaut.http.server.netty.NettyRequestLifecycle","context":{"name":"default","birthdate":1723049832133,"properties":{}},"mdc": {},"message":"Request {} {}","arguments": ["GET","/api/uk-kafka-wales-sandbox/schema?&search=&page=1"],"throwable":null} {"sequenceNumber":0,"timestamp":1723127502355,"nanoseconds":355796391,"level":"DEBUG","threadName":"default-nioEventLoopGroup-1-3","loggerName":"io.micronaut.security.token.reader.HttpHeaderTokenReader","context":{"name":"default","birthdate":1723049832133,"properties":{}},"mdc": {},"message":"Looking for bearer token in {} header","arguments": ["Authorization"],"throwable":null}
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions