Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update service discovery feature descriptions in documentation #4168

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/src/main/asciidoc/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ include::intro.adoc[]

== Features

* Service Discovery: Eureka instances can be registered and clients can discover the instances using Spring-managed beans
* Service Discovery: an embedded Eureka server can be created with declarative Java configuration

* Service Registration: Eureka instances can be registered with Spring-managed beans
* Service Discovery: Clients can discover the registered instances using Spring-managed beans
* Embedded Eureka Server: An Eureka server can be embedded with declarative Java configuration

== Building

Expand Down
7 changes: 4 additions & 3 deletions docs/src/main/asciidoc/sagan-index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ Spring Cloud Netflix provides Netflix OSS integrations for Spring Boot apps thro

## Features

Spring Cloud Netflix features:
Spring Cloud Netflix provides the following features:

* Service Discovery: Eureka instances can be registered and clients can discover the instances using Spring-managed beans
* Service Discovery: an embedded Eureka server can be created with declarative Java configuration
* Service Registration: Eureka instances can be registered with Spring-managed beans
* Service Discovery: Clients can discover the registered instances using Spring-managed beans
* Embedded Eureka Server: An Eureka server can be embedded with declarative Java configuration

## Getting Started

Expand Down