Merge branch 'main' into main-dev

pull/478/head^2
lepdou 3 years ago committed by GitHub
commit dddbe3597f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,3 +2,4 @@
---
- [Feature: support ribbon service-level rule customization](https://github.com/Tencent/spring-cloud-tencent/pull/478)
- [Feature: delete implement ServiceInstance](https://github.com/Tencent/spring-cloud-tencent/pull/481)

@ -30,7 +30,6 @@ import com.tencent.polaris.client.api.SDKContext;
import org.apache.commons.lang.StringUtils;
import org.springframework.cloud.client.DefaultServiceInstance;
import org.springframework.cloud.client.ServiceInstance;
import org.springframework.cloud.client.serviceregistry.Registration;
import org.springframework.lang.Nullable;
import org.springframework.util.CollectionUtils;
@ -40,7 +39,7 @@ import org.springframework.util.CollectionUtils;
*
* @author Haotian Zhang, Andrew Shan, Jie Cheng, Palmer.Xu
*/
public class PolarisRegistration implements Registration, ServiceInstance {
public class PolarisRegistration implements Registration {
private final static String METADATA_KEY_IP = "internal-ip";

Loading…
Cancel
Save