spring-cloud/spring-cloud-netflix

Integration with Netflix OSS components

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 59 minutes ago
Added to GitGenius on September 13th, 2026
Created on July 11th, 2014
Open Issues & Pull Requests: 101 (+0)
GitHub issues: Enabled
Number of forks: 2,451
Total Stargazers: 4,967 (+0)
Total Subscribers: 356 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.3 days
Mean response time: 152.0 days
90th percentile: 46.0 days
Tracked items: 90

How this project is maintained

88% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Three people close 72% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 26
New in 7 days: 0
Closed in 7 days: 2
Avg open age: 1,248 days
Stale 30+ days: 21
Stale 90+ days: 19

Recent activity

Opened in 7 days: 0
Closed in 7 days: 2
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (13)
  • waiting-for-triage (13)
  • enhancement (10)
  • dependencies (9)
  • documentation (7)
  • blocked - external (5)
  • task (5)
  • for major release (3)

Most active issues this week

Sign in to see which issues are moving.

Detailed Description

Spring Cloud Netflix is a Spring Cloud integration library that provides seamless integration with Netflix OSS components for building cloud-native microservices.

The project addresses the need to incorporate Netflix's open-source tools into Spring-based applications. It enables service discovery through Eureka, allowing instances to register themselves and clients to discover available services using Spring-managed beans. The library also supports creating embedded Eureka servers with declarative Java configuration, simplifying the setup of service discovery infrastructure within Spring Boot applications.

Developers should adopt this project if they are building microservices architectures on the Spring Cloud platform and need reliable service discovery and client-side load balancing capabilities. It is particularly suited for teams already invested in the Spring ecosystem who want to leverage Netflix's battle-tested components without managing complex integration code themselves. The project integrates with Eureka for service registration and discovery, Ribbon for client-side load balancing, Feign for declarative HTTP clients, Hystrix for circuit breaking, and Zuul for API gateway functionality.

The project maintains active development with a continuous integration pipeline using Maven workflows. Code coverage is tracked and monitored through automated reporting. The build system requires Java 17 and uses Maven for compilation and testing, with Docker support available for projects requiring middleware dependencies during testing. Documentation is generated from asciidoc sources using Antora, with the build process automatically managing README updates from source files.