spring-cloud-zookeeper icon indicating copy to clipboard operation
spring-cloud-zookeeper copied to clipboard

Spring Cloud Zookeeper

Results 42 spring-cloud-zookeeper issues
Sort by recently updated
recently updated
newest added

When using HTTPS/SSL the 'port' may not be set from property `spring.cloud.zookeeper.discovery.instance-port`. In that case avoid throwing an exception and take the port at runtime.

waiting-for-triage

**Describe the bug** Hello, I would like to ask if the client makes a network request to Zookeeper every time it gets the service list? Is there a similar mechanism...

waiting-for-triage

I have a spring boot application that use spring-cloud-stater-zookeeper-discovery to register the service, but it doesn't work. 1. the application is deployed as a **WAR**. @SpringBootConfiguration @EnableAutoConfiguration @EnableDiscoveryClient public class...

enhancement
icebox

I have this `spring.cloud.zookeeper.connect-string=remote-zookeeper-server.amazonaws.com` on `boostrap.properties`, the node have ACL. It's is possible to set it on the `boostrap.properties`?

enhancement

**Is your feature request related to a problem? Please describe.** ZookeeperServiceWatch create a treecache to iterate watch /services dir, when service and service instance num increase high,the watcher num will...

waiting-for-triage

Current `ZookeeperLoadBalancerConfiguration` implementation caches service instances for 35 seconds by default. If any instance get down in this period we will load balance on it anyway. Of course, we can...

waiting-for-triage

Curator 5.x not supports ZooKeeper 3.4.x, if use ZooKeeper 3.4.12, curator will change to 4.2.0

waiting-for-triage

Co-authored-by: Moderne Hey guys! I'm too lazy to do this myself, so I've got Moderne to do it for me. Changing to GetMapping, the preferred annotation.

waiting-for-triage

Need Zookeeper discovery status check interval in properties. I notice the discoveryClient.getInstances only reflect the instance down after 2 minutes. How to shortten it?

waiting-for-triage

**Describe the bug** Locating propertySources in ZookeeperPropertySourceLocator by directly accessing zookeeper instead of ConfigWatcher and its' TreeCaches can lead to several serious problems. 1. Zookeeper new changes lost when ZookeeperPropertySourceLocator...

waiting-for-triage