Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Microservices Use Cases Design #15

Open
stevehu opened this issue Mar 19, 2017 · 0 comments
Open

Microservices Use Cases Design #15

stevehu opened this issue Mar 19, 2017 · 0 comments

Comments

@stevehu
Copy link
Contributor

stevehu commented Mar 19, 2017

So far we just have a use case to gauge the raw throughput and the latency of each framework under load. For real microservices, service to service calls are adding latency and it is a critical test. I am thinking about to implement several microservice patterns with database access involved. Currently, I am planning to implement two typical pattens.

Aggregator: A calls B, C, D.
Chain: A calls B, B calls C, C calls D.

All inputs are welcome and let's work together to design the use cases to cover majority business scenarios. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant