Closed pavankjadda closed 6 years ago
There were some mistakes in my configuration. I pushed updated code here.
@pavankjadda What changes did you make to your configuration to fix it? I am also getting SocketTimeoutException using Docker compose.
Compare above files to my latest commit
I have one microservice and gateway generated through JHipster. And setup Kafka along with jhipster micro service configuration process. After this I generated
docker-compose
files throughjhipster docker-compose
command. Then, started microservices withdocker-compose up
. When I tried save the object in microservice, the producer should send an object to broker. But I got following error. I am suspecting this as timeout error and tried to change following properties in code, it didn't workError:
docker-compose.yml
kafka.yml
application.yml
My producer code looks similar to this
SimpleProducer.Java