Registry / cloud / spring-cloud-starter-zookeeper-discovery

spring-cloud-starter-zookeeper-discovery

JSON →
library5.0.1javamavenunverified

Spring Cloud starter for service discovery using Apache ZooKeeper, enabling registration and lookup of services.

<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-zookeeper-discovery</artifactId> <version>5.0.1</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-CLOUD-START
S
spring-cloud-starter-zookeeper-discovery
cloudjavav5.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ZookeeperDiscoveryClient
org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryClient

Inject and use the ZooKeeper discovery client in a Spring Cloud application.

import org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryClient; import org.springframework.beans.factory.annotation.Autowired; @Autowired private ZookeeperDiscoveryClient discoveryClient; // Use discoveryClient to get service instances
Debug
Known issues
breakingSpring Cloud ZooKeeper requires ZooKeeper server running; version compatibility with Spring Boot matters.
fix
Ensure ZooKeeper server is running and use compatible Spring Boot/Cloud versions.
affects: >=5.0.0
Upgrade
Version history
5.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
26
Amazon
1
OpenAI (training)
1
Resources
spring-cloud-starter-zookeeper-discovery — mvn dependency:get spring-cloud-starter-zookeeper-discovery · libregistry