# eureka-example **Repository Path**: xijie66/eureka-example ## Basic Information - **Project Name**: eureka-example - **Description**: 熟悉eureka常用配置,解决工作中出现的问题 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-11 - **Last Updated**: 2021-08-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: 示例 ## README # eureka-example ### 1. eureka快速感知服务上下线 + 描述:eureka服务上下线默认需要30s才能更新服务状态,想加快服务状态刷新速度; + 尝试过网上配置方案,确实提高了刷新速度,但服务间调用出现不稳定现象; [eureka配置链接](https://blog.csdn.net/alibb20000/article/details/101381569) + 结论:还是使用默认配置方案保证服务间调用稳定;