twinformatics / eureka-consul-adapter

This project contains a Spring Boot Starter that registers HTTP endpoints on a Spring Cloud Eureka server to support Prometheus's service discovery mechanism for Consul (<consul_sd_config>)
MIT License
102 stars 35 forks source link

Spring Cloud Netflix 2.1.0 breaking changes #12

Closed MrMarkW closed 5 years ago

MrMarkW commented 5 years ago

https://github.com/spring-cloud/spring-cloud-netflix/pull/3257

They have changed the method org.springframework.cloud.netflix.eureka.server.InstanceRegistryProperties.getExpectedNumberOfRenewsPerMin() to getExpectedNumberOfClientsSendingRenews()

MrMarkW commented 5 years ago

Looks like they have already added a commit to add the deprecated method back: https://github.com/spring-cloud/spring-cloud-netflix/commit/78adf15eeaeea8b672c54b7853bd74311708bd9f

This still be updated to not use the deprecated methods.