lensesio / fast-data-dev

Kafka Docker for development. Kafka, Zookeeper, Schema Registry, Kafka-Connect, Landoop Tools, 20+ connectors
https://lenses.io
Apache License 2.0
2.01k stars 330 forks source link

Error on view Schemas/Topics #188

Open armandorafaelc opened 1 year ago

armandorafaelc commented 1 year ago

When accessing the Topics and Schemas pages, it does not return the data and presents the following errors below.

Url : /api/schema-registry CONNECTIVITY ERROR

KAFKA REST /api/kafka-rest-proxy CONNECTIVITY ERROR

I'm, using this config, to docker-compose:

this is our kafka cluster.

kafka-cluster: image: landoop/fast-data-dev:cp3.3.0 environment: ADV_HOST: 127.0.0.1 # Change to 192.168.99.100 if using Docker Toolbox RUNTESTS: 0 # Disable Running tests so the cluster starts faster FORWARDLOGS: 0 # Disable running 5 file source connectors that bring application logs into Kafka topics SAMPLEDATA: 0 # Do not create sea_vessel_position_reports, nyc_yellow_taxi_trip_data, reddit_posts topics with sample Avro records. ports: