-
Notifications
You must be signed in to change notification settings - Fork 6
Chapter 8: MicroProfile Fault Tolerance #17
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
Conversation
Chapter 8: MicroProfile Fault Tolerance
Added chapter Introduction
Figure showing flowchart for Circuit breaker states
Co-authored-by: Emily Jiang <emijiang6@googlemail.com>
Co-authored-by: Emily Jiang <emijiang6@googlemail.com>
Co-authored-by: Emily Jiang <emijiang6@googlemail.com>
njr-11
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work on the tutorial! I read through it and noted a few minor corrections.
Co-authored-by: Nathan Rauh <nathan.rauh@us.ibm.com>
Co-authored-by: Nathan Rauh <nathan.rauh@us.ibm.com>
Co-authored-by: Nathan Rauh <nathan.rauh@us.ibm.com>
Co-authored-by: Nathan Rauh <nathan.rauh@us.ibm.com>
Co-authored-by: Nathan Rauh <nathan.rauh@us.ibm.com>
Co-authored-by: Nathan Rauh <nathan.rauh@us.ibm.com>
Co-authored-by: Nathan Rauh <nathan.rauh@us.ibm.com>
Co-authored-by: Nathan Rauh <nathan.rauh@us.ibm.com>
Co-authored-by: Nathan Rauh <nathan.rauh@us.ibm.com>
updating source code for Fallback example
changes to Timeout example source code
updating code for PaymentService with the fallback example
updates to Chapter08
updating code examples for asynchronous and bulkhead sections
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This chapter did not mention the configuration update here
Updating about @asynchronous annotation in the table
Adding @asynchronous to @timeout example code.
Updated Fallback example explanation with the call sequence flow.
Added sections about externalizing fault-tolerance using MicroProfile Configuration
Updated. @Emily-Jiang This PR is now ready to merge as all feedbacks have been incorporated. Please merge this to main branch. |
Adding connecting sentences between each code snippets to improve readability.
Updated this tutorial with content how to apply configuration using MicroProfile Config. |
Changing CompletableFuture to CompletionStage
ttelang
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updating CompletableFuture to CompletionStage
Updating source code examples
|
updated |
Adding content for chapter08