airavata-courses / codestorm

0 stars 1 forks source link

Code for other microservices isn't required #23

Open vivekshresta opened 4 years ago

vivekshresta commented 4 years ago

For a microservice to interact with others, it need not have the code of other microservices.

Unless you're dockerizing the whole application, it's better to divide the code among each microservice.