-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Examples
tbak edited this page Feb 15, 2016
·
1 revision
In addition to the Eureka [demo app] (https://github.com/Netflix/eureka/wiki/Running-the-Demo-Application), the following are additional examples.
Following REST API documentation, it is easy to write own custom client. It may be useful in scenarios where one-time query is required, and overhead of bringing up the standard official client with all the dependencies is an overkill. One example might be short-lived, batch jobs.
- [Simple ReadOnly client] (https://github.com/Netflix/eureka/wiki/Example-Custom-ReadOnly-client)
Here are the complete end-to-end application using many key components from the Netflix OSS stack:
- [Flux Capacitor] (https://github.com/cfregly/fluxcapacitor)
- [Netflix Recipes-RSS Reader] (https://github.com/Netflix/recipes-rss)
- Eureka at a glance
- Configuring Eureka
- Building Eureka Client and Server
- Running the Demo Application
- Deploying-Eureka-Servers-in-EC2
- Understanding Eureka Client/Server Communication
- Server Self Preservation Mode
- Eureka REST operations
- Understanding Eureka Peer to Peer communication
- Overriding Default Configurations
- FAQ