-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
docs: modify how-eureka-enable-service-discovery-and-service-registration.md #319
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
Conversation
WalkthroughThis pull request addresses a typo in the documentation related to Eureka service discovery and registration. The correction ensures clarity in the description of the service renewal process. Changes
|
@@ -48,7 +48,7 @@ At Netflix, Eureka is used for the following purposes apart from playing a criti | |||
|
|||
### 服务续约(Renew) | |||
|
|||
服务续约会由服务提供者(比如 `Demo` 中的 `service-provider` )定期调用,类似于心跳,用来告知注册中心 `Eureka Server` 自己的状态,避免被 `Eureka Server` 认为服务时效将其剔除下线。服务续约就是发送一个 `PUT` 请求带上当前实例信息到类 `InstanceResource` 的 `renewLease` 方法进行服务续约操作。 | |||
服务续约会由服务提供者(比如 `Demo` 中的 `service-provider` )定期调用,类似于心跳,用来告知注册中心 `Eureka Server` 自己的状态,避免被 `Eureka Server` 认为服务失效将其剔除下线。服务续约就是发送一个 `PUT` 请求带上当前实例信息到类 `InstanceResource` 的 `renewLease` 方法进行服务续约操作。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed a typo in the documentation. Changed '服务时效' to '服务失效' to accurately describe the service expiration process.
这是来自QQ邮箱的假期自动回复邮件。您好,~您的邮件我已收到,谢谢!
|
您的邮件我已收到!我会尽快回复您的!!!
|
邮件已经正常接收。我会尽早查看,谢谢。
|
这是来自QQ邮箱的假期自动回复邮件。
您好,邮件已收到。我将尽快给您回复。谢谢
|
您好,我将尽快给您回复。
|
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
信件已收到。
|
'你好。已收到你的邮件,我会在假期结束后尽快处理。————————————这是来自QQ邮箱的自动回复邮件。'
|
fix typo in docs.