Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Tackling cross-cutting concerns at the front-door

Tackling cross-cutting concerns at the front-door

In service-oriented architectures there are several aspects that are shared by all (or most) services. A microservice-based architecture is not an exception, often these are developed in isolation. Cross-cutting concerns are handled by the upper layers of software stacks. An API gateway is one of these layers.
In this Session, Daniel Kocot will discuss:
- The concept of cross-cutting-concerns
- How an API Gateway will support the modernization of legacy by dealing with cross-cutting concerns
- How the implementation of API Gateways can increase the velocity of the development process

Daniel Kocot

April 16, 2020
Tweet

More Decks by Daniel Kocot

Other Decks in Technology

Transcript

  1. codecentric AG Hochstraße 11 42679 Solingen Telefon: +49 (0) 151.10

    86 70 74 Daniel Kocot (@dk_1977) Senior Solutions Architect [email protected] www.codecentric.de Innovative - Trustful - Competent - Pragmatic 2
  2. Definition 8 “Integration of requirements whose implementation is not limited

    to individual components, but is distributed over many services across the entire system.”
  3. 3 Examples 9 Resilience Security Traffic Management - Circuit Breaker

    - Timeouts - Authorization - Authentication - ACL - Rate Limiting