How to fetch messages from Kafka that host in virtualbox vm -


i tried fetch messages java client host os . configured bridge network between host , guest , kafka running java client stuck when try consumerrecords<string,string> records = consumers.poll(100); kafka in guest os listening on localhost:9092

could share consumer properties?

there couple of properties validate in server.properties file: listeners , advertised.listeners. can check this: https://cwiki.apache.org/confluence/display/kafka/faq#faq-whycan'tmyconsumers/producersconnecttothebrokers?


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -