-
Notifications
You must be signed in to change notification settings - Fork 339
Open
Description
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 :
Metadata
Metadata
Assignees
Labels
No labels