-
Notifications
You must be signed in to change notification settings - Fork 59
Eureka Server
Wuyi Chen edited this page Jun 12, 2019
·
25 revisions
The service discovery engine which could register and de-register services with a load balancer on the fly.
- Spring Cloud
- Netflix Eureka
- Zuul Server
- Licensing Service
- Organization Service
- Special Routes Service
- Authentication Service
You can use your web browser to check the detailed information about your Eureka server: http://localhost:8761
No. | Method | URL | Description |
---|---|---|---|
ES1 | GET | http://localhost:8761/eureka/apps | Display all the services registered with Eureka |
ES2-OS | GET | http://localhost:8761/eureka/apps/ORGANIZATIONSERVICE | Display the information of the organization service (Note: App ID should be all upper case) |
- Overview
- Getting Started
-
Technical Essentials
- Autowired
- SpringData JPA
- Configuration File Auto-loading
- Configuration Encryption
- Service Discovery with Eureka
- Resiliency Patterns with Hystrix
- Configure Hystrix
- Service Gateway with Zuul
- Zuul Filters
- Protect Service with Spring Security and OAuth2
- Use JWT as Access Token
- Store Clients and Users' Credentials to DB
- Integrate with Message Queue (Kafka)
- Integrate with Redis
- Tune Logging
- Log Aggregation
- Send Trace to Zipkin
- Build Runnable Jar
- Core Application Logic
- Components