Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessing Schema Registry URL using Docker #59

Closed
jmilagroso opened this issue Nov 16, 2020 · 2 comments
Closed

Accessing Schema Registry URL using Docker #59

jmilagroso opened this issue Nov 16, 2020 · 2 comments

Comments

@jmilagroso
Copy link

Any documentation about this?

@jmilagroso
Copy link
Author

Can we add the SCHEMA_REGISTRY_URL as docker environment variable?

@jmilagroso
Copy link
Author

Closing this.

Used https://hub.docker.com/r/afaltisk/kafdrop.

  ...
  kafdrop:
    image: afaltisk/kafdrop:latest
    restart: always
    depends_on:
      - zookeeper
      - confluent-schema-registry
    environment:
      ZK_HOSTS: zookeeper:2181
      SCHEMA_REGISTRY: http://confluent-schema-registry:8085
      MSG_FORMAT: DEFAULT
      LISTEN: 9000
    ports:
      - 9000:9000
  ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant