Tag

Eureka

0 views collected around this technical thread.

Architect's Guide
Architect's Guide
Mar 20, 2025 · Backend Development

Implementing a Lightweight Service Registry with Eureka for Task Distribution

This article describes how to build a lightweight service registry using Eureka Server that also acts as a client, enabling a task dispatcher to discover and load‑balance task executor instances without deploying a separate registry, including Maven dependencies, Spring annotations, Feign client definitions, and troubleshooting steps.

Backend DevelopmentEurekaLoad Balancing
0 likes · 11 min read
Implementing a Lightweight Service Registry with Eureka for Task Distribution
Selected Java Interview Questions
Selected Java Interview Questions
Nov 3, 2024 · Backend Development

Implementing a Lightweight Service Registry with Eureka for Task Distribution

This article walks through building a lightweight service registry using Eureka Server and Client to enable task distribution and execution, covering requirements, integration steps, code examples, load balancing, and troubleshooting, while avoiding separate deployment of a full registration center.

EurekaJavaLoad Balancing
0 likes · 13 min read
Implementing a Lightweight Service Registry with Eureka for Task Distribution
Code Ape Tech Column
Code Ape Tech Column
Jul 12, 2024 · Backend Development

Analyzing and Resolving Circular Dependency‑Induced SocketTimeoutException in Spring Cloud Microservices

The article investigates a recurring SocketTimeoutException caused by a circular dependency between two Spring Cloud services, explains the deadlock mechanism, demonstrates how removing the circular call resolves the issue, and provides verification steps with code, JMeter load testing, and thread‑dump analysis.

Circular DependencyEurekaMicroservices
0 likes · 7 min read
Analyzing and Resolving Circular Dependency‑Induced SocketTimeoutException in Spring Cloud Microservices
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Feb 3, 2024 · Cloud Native

Detailed Overview of Spring Cloud’s Five Core Components

This article provides a comprehensive English overview of Spring Cloud, detailing its purpose as a full‑stack microservice solution and explaining its five core components—Eureka, Hystrix, Zuul, Ribbon, and Config—along with their roles, architecture, and how they integrate to enable scalable, fault‑tolerant cloud‑native applications.

EurekaHystrixMicroservices
0 likes · 8 min read
Detailed Overview of Spring Cloud’s Five Core Components
Selected Java Interview Questions
Selected Java Interview Questions
Oct 6, 2023 · Backend Development

Building Microservices with Spring Cloud: Concepts, Core Components, and a Step‑by‑Step Implementation Guide

This article explains the fundamentals of microservice architecture, introduces Spring Cloud and its core components, and provides a step‑by‑step tutorial for building a distributed e‑commerce system using Spring Boot, Eureka, Ribbon, Feign, and related Spring Cloud features.

Backend DevelopmentEurekaMicroservices
0 likes · 11 min read
Building Microservices with Spring Cloud: Concepts, Core Components, and a Step‑by‑Step Implementation Guide
Top Architect
Top Architect
Sep 5, 2023 · Cloud Native

Comprehensive Overview of Spring Cloud: Architecture, Features, and Core Components

This article provides a detailed introduction to Spring Cloud, covering its purpose, key features, the architecture of its core components such as Eureka, Feign, Ribbon, Hystrix, Zuul, and Gateway, and explains why Gateway is increasingly replacing Zuul in modern microservice deployments.

Cloud NativeEurekaMicroservices
0 likes · 10 min read
Comprehensive Overview of Spring Cloud: Architecture, Features, and Core Components
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Aug 20, 2023 · Backend Development

Service Registration and Discovery: Origins, Problems, Characteristics, and Implementation (Zookeeper vs Eureka)

This article explains the origins of service registration and discovery in microservice architectures, outlines the core problems they solve, describes their key characteristics, and compares implementation approaches such as DNS, Zookeeper, Dubbo, and Eureka, highlighting the differences between Zookeeper and Eureka through the CAP theorem.

BackendEurekaMicroservices
0 likes · 9 min read
Service Registration and Discovery: Origins, Problems, Characteristics, and Implementation (Zookeeper vs Eureka)
Code Ape Tech Column
Code Ape Tech Column
Jun 20, 2023 · Cloud Native

Choosing and Implementing Service Registry Centers: Zookeeper, Eureka, Nacos, Consul, and Kubernetes

This article examines the role of service registry centers in microservice architectures, compares Zookeeper, Eureka, Nacos, Consul, and Kubernetes, discusses load‑balancing strategies, and provides guidance on selecting the most suitable registry solution based on availability, consistency, and ecosystem fit.

ConsulEurekaKubernetes
0 likes · 24 min read
Choosing and Implementing Service Registry Centers: Zookeeper, Eureka, Nacos, Consul, and Kubernetes
Architect's Guide
Architect's Guide
May 11, 2023 · Backend Development

Building a Full Reactive Stack Backend with Spring Cloud, WebFlux, and Reactive MongoDB

This article demonstrates how to create a fully reactive backend using Spring Cloud Finchley, WebFlux, Eureka service discovery, and Reactive MongoDB, covering service registration, inter‑service communication with WebClient, and reactive data access to achieve a complete reactive microservices stack.

Backend DevelopmentEurekaMicroservices
0 likes · 8 min read
Building a Full Reactive Stack Backend with Spring Cloud, WebFlux, and Reactive MongoDB
Java Architect Essentials
Java Architect Essentials
Apr 28, 2023 · Backend Development

Spring Cloud Core Knowledge Summary and Interview Q&A

This article provides a comprehensive overview of Spring Cloud fundamentals, including microservice concepts, service registration and discovery, circuit breaking, load balancing, and key components such as Eureka, Feign, Ribbon, Hystrix, and Spring Cloud Config, supplemented with interview‑style questions and code examples.

EurekaHystrixMicroservices
0 likes · 21 min read
Spring Cloud Core Knowledge Summary and Interview Q&A
政采云技术
政采云技术
Apr 27, 2023 · Backend Development

Understanding CAP Theorem, BASE Theory, and Their Implementation with Zookeeper (CP) and Eureka (AP)

This article explains the CAP theorem and its trade‑offs, introduces the BASE model as a practical compromise, and demonstrates how Zookeeper implements a CP registration center while Eureka adopts an AP approach, illustrating the impact on consistency, availability, and partition tolerance in distributed systems.

BASE theoryCAP theoremEureka
0 likes · 12 min read
Understanding CAP Theorem, BASE Theory, and Their Implementation with Zookeeper (CP) and Eureka (AP)
Top Architect
Top Architect
Apr 14, 2023 · Backend Development

Spring Cloud Core Knowledge Summary and Frequently Asked Interview Questions

This article provides a comprehensive overview of Spring Cloud, covering its core components, microservice concepts, service discovery, load balancing, circuit breaking, configuration management, and practical interview questions with code examples such as Eureka, Feign, Ribbon, and Hystrix.

EurekaHystrixMicroservices
0 likes · 19 min read
Spring Cloud Core Knowledge Summary and Frequently Asked Interview Questions
Top Architect
Top Architect
Apr 11, 2023 · Backend Development

Spring Cloud Core Knowledge Summary and High‑Frequency Interview Questions

This article provides a comprehensive overview of Spring Cloud fundamentals, including core components, microservice concepts, service discovery, load balancing, circuit breaking, Eureka vs Zookeeper, Feign, Ribbon, Config, Bus, and Gateway, together with typical interview questions and practical code snippets.

EurekaHystrixInterview
0 likes · 17 min read
Spring Cloud Core Knowledge Summary and High‑Frequency Interview Questions
IT Architects Alliance
IT Architects Alliance
Apr 10, 2023 · Backend Development

Spring Cloud Core Knowledge Summary and Common Interview Questions

This article provides a comprehensive overview of Spring Cloud fundamentals, including core components, microservice concepts, service discovery, load balancing, circuit breaking, and related tools such as Eureka, Zookeeper, Hystrix, Ribbon, and Feign, presented as a series of typical interview questions and answers.

Backend DevelopmentEurekaHystrix
0 likes · 17 min read
Spring Cloud Core Knowledge Summary and Common Interview Questions
Top Architect
Top Architect
Apr 3, 2023 · Backend Development

Enabling Docker Remote Access, Configuring IDEA Docker Plugin, and Deploying a Spring Boot Eureka Server with Maven

This tutorial walks through enabling Docker remote connections on Linux and Windows, installing and configuring the IntelliJ IDEA Docker plugin, adding a docker‑maven‑plugin to a Spring Boot Eureka project, building Docker images, creating containers with port mapping, and setting up one‑click deployment for rapid backend development.

BackendDeploymentDocker
0 likes · 11 min read
Enabling Docker Remote Access, Configuring IDEA Docker Plugin, and Deploying a Spring Boot Eureka Server with Maven
IT Architects Alliance
IT Architects Alliance
Mar 14, 2023 · Backend Development

Building a Full Reactive Stack Backend with Spring Cloud, WebFlux, and Reactive MongoDB

This tutorial demonstrates how to create a fully reactive microservice architecture using Spring Cloud Finchley, WebFlux, Spring Data Reactive, Eureka for service discovery, and MongoDB (via Docker), covering service registration, inter‑service calls with WebClient, and reactive data access.

EurekaMicroservicesMongoDB
0 likes · 8 min read
Building a Full Reactive Stack Backend with Spring Cloud, WebFlux, and Reactive MongoDB
Top Architect
Top Architect
Mar 13, 2023 · Backend Development

Building a Reactive Microservice Architecture with Spring Cloud, WebFlux, and MongoDB

This tutorial demonstrates how to create a full‑reactive microservice system using Spring Cloud Finchley, WebFlux, Spring Data Reactive MongoDB, and Eureka for service discovery, covering project setup, service registration, reactive repositories, controllers, inter‑service calls with WebClient, and load‑balanced testing.

EurekaMicroservicesMongoDB
0 likes · 11 min read
Building a Reactive Microservice Architecture with Spring Cloud, WebFlux, and MongoDB
Selected Java Interview Questions
Selected Java Interview Questions
Mar 8, 2023 · Cloud Native

Spring Cloud Core Concepts and Interview Questions Overview

This article provides a comprehensive overview of Spring Cloud fundamentals, including microservice architecture, core components, service registration, communication methods, circuit breaking, load balancing, and configuration management, presented as a collection of high‑frequency interview questions and answers.

EurekaHystrixMicroservices
0 likes · 14 min read
Spring Cloud Core Concepts and Interview Questions Overview
Java Architect Essentials
Java Architect Essentials
Feb 21, 2023 · Operations

Graceful Service Shutdown and Gray Release with Spring Cloud and Eureka

This article explains how to achieve graceful service shutdown and various gray‑release deployment strategies—such as /shutdown, /pause, and /service‑registry endpoints—using Spring Cloud and Eureka, and compares blue‑green, rolling, and canary deployments with practical code examples.

BackendDeploymentEureka
0 likes · 11 min read
Graceful Service Shutdown and Gray Release with Spring Cloud and Eureka
Selected Java Interview Questions
Selected Java Interview Questions
Jan 19, 2023 · Backend Development

Introduction to Spring Cloud: Five Core Components (Eureka, Feign, Ribbon, Hystrix, Zuul)

This article introduces Spring Cloud and explains its five essential components—Eureka service registry, Feign declarative client, Ribbon load balancer, Hystrix circuit breaker, and Zuul API gateway—illustrating how they simplify distributed system development with Spring Boot style one‑click deployment.

EurekaHystrixMicroservices
0 likes · 10 min read
Introduction to Spring Cloud: Five Core Components (Eureka, Feign, Ribbon, Hystrix, Zuul)