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

few more typos #2

Closed
khurramharoon opened this issue Apr 7, 2021 · 1 comment
Closed

few more typos #2

khurramharoon opened this issue Apr 7, 2021 · 1 comment
Assignees

Comments

@khurramharoon
Copy link

Hi:
A few more typos to report.

  1. Look For Hairline Cracks (https://kgb1001001.github.io/cloudadoptionpatterns/Cloud-Adoption/Look-For-Hairline-Cracks.html)
    a) first paragraph:
    in order to improve the maintainance of the application and to reduce the blast radius of new changes to the application
  2. Identify Entities and Aggregates
    (https://kgb1001001.github.io/cloudadoptionpatterns/Cloud-Native-Architecture/Identify-Entities-And-Aggregates.html)
    a) 6th paragraph
    Typo: Entities also have attributes that might change, but the identifier for the person stays the same. 
    Correction: Entities also have attributes that might change, but the identifier for the entity stays the same. 
    b) second last paragraph: They often form the boundaries of transactionality.
  3. Identify Domain Events (https://kgb1001001.github.io/cloudadoptionpatterns/Cloud-Native-Architecture/Identify-Domain-Events.html)
    a) 7th paragraph:
    These facts are now Events in that they show how one occurance will be followed in time by another and another and another.
  4. Event Driven Architecture (https://kgb1001001.github.io/cloudadoptionpatterns/Event-Based-Architecture/Event-Driven-Architecture.html)
    last paragraph
    Typo: An Event-Driven Architecture extends loose coupling to event coupling in which because the targets are optional; the source announces the occurrence the same whether the announcement goes to no, one, or multiple targets. It enables each target to receive the notification and decide how to react, if at all, such as which service to invoke.
    Correction: An Event-Driven Architecture extends loose coupling to event coupling in which because the targets are optional; the source announces the occurrence the same way whether the announcement goes to no, one, or multiple targets. It enables each target to receive the notification and decide how to react, if at all, such as which service to invoke.
  5. Service Mesh
    3rd paragraph: Even performance management becomes more challenging to implement, because instead of calls that are fixed in time, you have the vagaraties of network communication added into the mix.
@kgb1001001 kgb1001001 self-assigned this Apr 10, 2021
@kgb1001001
Copy link
Owner

All fixed except number 5, which I could not because the word is spelled correctly as is. 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

2 participants