Registry / networking / dubbo-registry-nacos

dubbo-registry-nacos

JSON →
library3.3.6javamavenunverified

Provides Nacos-based service registry and discovery for Apache Dubbo microservices framework.

<dependency> <groupId>org.apache.dubbo</groupId> <artifactId>dubbo-registry-nacos</artifactId> <version>3.3.6</version> </dependency>
INSTALL
IMPORT
SIG · DUBBO-REGISTRY-NAC
D
dubbo-registry-nacos
networkingjavav3.3.6
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.

NacosRegistry
org.apache.dubbo.registry.nacos.NacosRegistry

Registers a service URL with Nacos using Dubbo's NacosRegistry.

import org.apache.dubbo.registry.nacos.NacosRegistry; import org.apache.dubbo.common.URL; public class Example { public static void main(String[] args) { URL url = URL.valueOf("nacos://localhost:8848"); NacosRegistry registry = new NacosRegistry(url); registry.register(url); } }
Debug
Known issues
gotchaEnsure Nacos server is running and accessible at the configured address.
fix
Start a Nacos server locally or configure the correct endpoint.
affects: *
Upgrade
Version history
3.3.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Amazon
1
OpenAI (training)
1
Resources
dubbo-registry-nacos — mvn dependency:get dubbo-registry-nacos · libregistry