c# - Cannot connect to Kafka running on a virtual machine -
i installed kafka_2.10-0.8.1.1 on ubuntu 12.04 (linux ubuntu 3.8.0-44-generic) hosted vmware player 6.0.3 build-1895310. on host machine (windows 8) using c# client https://github.com/jroland/kafka-net. ip of kafka machine correctly configured in c# code, topic "test" accordingly created in kafka etc. following messages:
no connection to:http://:9092/. attempting re-connect... type message , press enter... awaiting message from: http://:9092/ brokerrouter: refreshing metadata topics: test failed re-connection to:http://:9092/. retry in:1000 failed re-connection to:http://:9092/. retry in:2000 failed re-connection to:http://:9092/. retry in:4000
the same client connects physical linux machine kafka.
i able develop kafka running virtual machine. how solve communication issue?
thanks
i never used c# version, producer configure correctly?
from error message, seems doesn't have ip/dns configured...
no connection to:http://:9092/
Comments
Post a Comment