null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Spring Microservices in Action, Second Edition

List Price: $59.99
SKU:
9781617296956
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    John Carnell, Illary Huaylupo Sánchez
    Format:
    Paperback
    Pages:
    448
    Publisher:
    Manning (June 8, 2021)
    Language:
    English
    ISBN-13:
    9781617296956
    ISBN-10:
    1617296953
    Weight:
    26.16oz
    Dimensions:
    7.375" x 9.25" x 1"
    File:
    Eloquence-SimonSchuster_04022026_P9912986_onix30_Complete-20260402.xml
    Folder:
    Eloquence
    List Price:
    $59.99
    Case Pack:
    18
    As low as:
    $53.99
    Publisher Identifier:
    P-SS
    Discount Code:
    G
    Pub Discount:
    37
    Imprint:
    Manning
  • Overview

    Spring Microservices in Action, Second Edition teaches you to build microservice-based applications using Java and Spring.

    Summary
    By dividing large applications into separate self-contained units, Microservices are a great step toward reducing complexity and increasing flexibility. Spring Microservices in Action, Second Edition teaches you how to build microservice-based applications using Java and the Spring platform. This second edition is fully updated for the latest version of Spring, with expanded coverage of API routing with Spring Cloud Gateway, logging with the ELK stack, metrics with Prometheus and Grafana, security with the Hashicorp Vault, and modern deployment practices with Kubernetes and Istio.

    Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

    About the technology
    Building and deploying microservices can be easy in Spring! Libraries like Spring Boot, Spring Cloud, and Spring Cloud Gateway reduce the boilerplate code in REST-based services. They provide an effective toolbox to get your microservices up and running on both public and private clouds.

    About the book
    Spring Microservices in Action, Second Edition teaches you to build microservice-based applications using Java and Spring. You’ll start by creating basic services, then move to efficient logging and monitoring. Learn to refactor Java applications with Spring’s intuitive tooling, and master API management with Spring Cloud Gateway. You’ll even deploy Spring Cloud applications with AWS and Kubernetes.

    What's inside

        Microservice design principles and best practices
        Configuration with Spring Cloud Config and Hashicorp Vault
        Client-side resiliency with Resilience4j, and Spring Cloud Load Balancer
        Metrics monitoring with Prometheus and Grafana
        Distributed tracing with Spring Cloud Sleuth, Zipkin, and ELK Stack

    About the reader
    For experienced Java and Spring developers.

    About the author
    John Carnell is a senior cloud engineer with 20 years of Java experience. Illary Huaylupo Sánchez is a software engineer with over 13 years of experience.

    Table of Contents

    1 Welcome to the cloud, Spring
    2 Exploring the microservices world with Spring Cloud
    3 Building microservices with Spring Boot
    4 Welcome to Docker
    5 Controlling your configuration with the Spring Cloud Configuration Server
    6 On service discovery
    7 When bad things happen: Resiliency patterns with Spring Cloud and Resilience4j
    8 Service routing with Spring Cloud Gateway
    9 Securing your microservices
    10 Event-driven architecture with Spring Cloud Stream
    11 Distributed tracing with Spring Cloud Sleuth and Zipkin
    12 Deploying your microservices