airavata-courses / vulcan

Spring 2022 Project
Apache License 2.0
1 stars 3 forks source link

[P2] Containerization #30

Closed ratchahan-anbarasan closed 2 years ago

ratchahan-anbarasan commented 2 years ago
ratchahan-anbarasan commented 2 years ago

@amberramesh @Akshace

I am having trouble setting up communication between kafka containers and our microservices containers. Kafka Containers are turning up smoothly as expected. Our microservices are failing since the consumer client in the service is not able to establish a connection with the kafka.

amberramesh commented 2 years ago

@amberramesh @Akshace

I am having trouble setting up communication between kafka containers and our microservices containers. Kafka Containers are turning up smoothly as expected. Our microservices are failing since the consumer client in the service is not able to establish a connection with the kafka.

This issue has been addressed by services updates in https://github.com/airavata-courses/vulcan/issues/41, https://github.com/airavata-courses/vulcan/issues/42, https://github.com/airavata-courses/vulcan/issues/43, https://github.com/airavata-courses/vulcan/issues/44 and https://github.com/airavata-courses/vulcan/issues/45