We have a server that is handling the production and consumption of messages. We have 4 laptops, all macs with confluent all running the same command line...
./kafka-avro-console-consumer --from-beginning --bootstrap-server 0.0.0.0:9092,0.0.0.0:9092 --topic topicName --property schema.registry.url=http://0.0.0.0:8081
3 of the 4 laptops have no problem consuming the messages, however the fourth will not. I've confirmed that my laptop has the same access to the ip addresses, I'm able to view the topics in the schema registry by going to the address /subjects and I receive no errors in the console nor the log.
I am at a total loss as to what else to check. Has anyone else had that situation and possibly found a solution?