Skip to content

Latest commit

 

History

History
42 lines (18 loc) · 418 Bytes

sort-this-patterns.md

File metadata and controls

42 lines (18 loc) · 418 Bytes

Sort this Patterns.

Sidecar Pattern.

Pros.

  • Language agnostics(polyglot).
  • Protocol upgrade.
  • Security.
  • Tracing and monitoring.
  • Service Discovery.
  • Caching.

Cons.

  • Complexity.
  • Latency.

Ambassador Pattern.

Library Pattern.

Event Bus pattern .