Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Microservice pattern - Crosscutting concern

Pragya Keshap answered on February 22, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • chained microservice pattern
  • Microservices Cross-Service Queries
  • Microservices Cross-Service Queries Example Use Case – Get Item with Details
  • Microservices Cross-Cutting Implementations

  • Microservice pattern - Crosscutting concern

    0

    Cross-cutting concerns such as externalized configuration, logging, health checks, metrics, service registration and discovery, circuit breakers. There are also cross-cutting concerns that are specific to the technologies that the microservices uses.  

    Create a microservice chassis framework that can be foundation for developing your microservices. The chassis implements

    Reusable build logic that builds, and tests a service. This includes, for example, Gradle Plugins.

    Mechanisms that handle cross-cutting concerns. The chassis typically assembles and configures a collection of frameworks and libraries that implement this functionality.

    The Service Template is a sample service that uses the microservice chassis. 

    Examples of frameworks that are the starting point for creating a microservice chassis:

    Java

    Spring Boot and Spring Cloud

    Dropwizard  

    https://microservices.io/patterns/microservice-chassis.html#:~:text=Cross%2Dcutting%20concerns%20such%20as,technologies%20that%20the%20microservices%20uses.

    Popularity 1/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Tags: whatever
    Link to this answer
    Share Copy Link
    Contributed on Feb 22 2023
    Pragya Keshap
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.