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

Kafka don't understand text ip mask in ADV_HOST env parametr #183

Open
bledkham opened this issue Jan 13, 2022 · 1 comment
Open

Kafka don't understand text ip mask in ADV_HOST env parametr #183

bledkham opened this issue Jan 13, 2022 · 1 comment

Comments

@bledkham
Copy link

I use image: landoop/fast-data-dev:2.2.1
I fix this by inserting default docker-machine ip:

 kafka:
    image: landoop/fast-data-dev:2.2.1
    ports:
      - 9092:9092
      - 2181:2181
      - 3030:3030
    environment:
      CONNECT_PORT: 0
      RUNTESTS: 0
      SAMPLEDATA: 0
      FORWARDLOGS: 0
      ADV_HOST: 192.168.99.106
    volumes:
      - type: volume
        source: kafka
        target: /data
    deploy:
      resources:
        limits:
          cpus: "1"
          memory: 4G

But when I insert my text mask for this IP:

ADV_HOST: local.da.infrastructure

I have this kind of exception in my java program:
NetworkClient - [Consumer clientId=consumer-4, groupId=ba3.assembly.join] Error while fetching metadata with correlation id 58 :

@OneCricketeer
Copy link

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

2 participants