Skip to content

descriptions-of-it-technologies/architecture-design

Repository files navigation

Architecture Design.

Contents at a Glance.

About.

Documentation.

General.

General Parts.

  • API Gateway.
  • Load Balancer.
  • Fault Tolerance and Resilience.
  • Cycle Breaker Pattern.
  • Fallback.
  • Config Server.
  • Authentication and Authorization.

Situations that can provoke problems on the Server.

  • Control the number of threads on the server.
  • Slow executions of thread.

Sort This.

  • Fallback functionality.
  • Throw an error. This way is not recommended.
  • Return a fallback "default" response.
  • Save previous responses (cache) and use that when possible.

Type of Scaling.

  • Horizontal.
  • Vertical.
  • Hybrid.

Help.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published