Closed Arkoprabho closed 4 years ago
UPDATE: The metadata is being received by the topics UI on the URL: http://0.0.0.0:8000/api/kafka-rest-proxy/topics/testpt
and http://0.0.0.0:8000/api/kafka-rest-proxy/topics/testpt/partitions
.
But this data does not end up in the UI
Can you please share any logs from the browser?
It could be a timeout that could be resolved by changing the RECORD_POLL_TIMEOUT
but I cannot tell for sure without more information
Closed due to inactivity. Please feel free to reopen if any updates.
@jglambed what's the default RECORD_POLL_TIMEOUT
value? I am also don't see topic data in big topics.
I am trying to deploy kafka-topics-ui on a kubernetes cluster with helm. I have the kafka-cluster up and running, along with cp-schema-registry and cp-kafka-rest proxy. The kafka-topics-ui is exposed using a LoadBalancer. The output of
kubectl get all
is as follows:I notice that the endpoint is up and working. It detects the topics and the brokers correctly.
ISSUE: On trying to explore more about a topic, I get an infinitely loading page that seems to never get a response. The point at which it seems to be stuck is http://redacted.ip/api/kafka-rest-proxy/consumers/kafka_topics_ui_avro_2019-02-06-04-58-38-567/instances/kafka-topics-ui-avro/records?timeout=2000&max_bytes=50000
Some details about the configuration Kafka Topic UI Version: KAFKA-TOPICS-UI v0.9.4 (from docker image) Kafka cluster deployed using: helm chart with default settings Rest proxy and schema registry deployed using: cp-chart