Skip to content

implementation of microservices architectural pattern #296#435

Merged
iluwatar merged 2 commits into
iluwatar:masterfrom
protopapa:aggregator-microservices
Jun 26, 2016
Merged

implementation of microservices architectural pattern #296#435
iluwatar merged 2 commits into
iluwatar:masterfrom
protopapa:aggregator-microservices

Conversation

@protopapa
Copy link
Copy Markdown
Contributor

No description provided.

@coveralls
Copy link
Copy Markdown

Coverage Status

Coverage decreased (-0.6%) to 88.887% when pulling 6677d10 on protopapa:aggregator-microservices into f57b94a on iluwatar:master.

@iluwatar
Copy link
Copy Markdown
Owner

Can you send me instructions how to run the example?

@protopapa
Copy link
Copy Markdown
Contributor Author

Yes of course! This made me find a bug also!

So we have three micro-services. From the base directory of each service run : mvn spring-boot:run
This will start each service in the port that is defined in the resources file.
Inventory microservice: 51516
Information micro service: 51515
Aggregator service : 50004
Finally in the broswer you hit localhost:50004/product, and you get a JSON with the product , which is assembled using data from the other microservices.

@coveralls
Copy link
Copy Markdown

Coverage Status

Coverage decreased (-0.3%) to 89.169% when pulling 27bbbd8 on protopapa:aggregator-microservices into f57b94a on iluwatar:master.

@iluwatar
Copy link
Copy Markdown
Owner

@protopapa it looks good and works as advertised. Well done! 👍

@iluwatar iluwatar merged commit f2e1982 into iluwatar:master Jun 26, 2016
@protopapa protopapa deleted the aggregator-microservices branch July 10, 2022 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants