Architecture
Current Dubbo Go architecture
This section explains the current Dubbo Go runtime from source-code entry points: architecture, protocol, registry and service discovery, generic invocation, application/interface configuration, and extension loading.
Start with Architecture if you want the end-to-end call flow, then read the protocol, registry, and extension pages for the deeper runtime pieces.
Current Dubbo Go architecture
Current network protocol source code overview
Current registry and service discovery source code overview
Current Dubbo Go 3.x core capabilities
Generic invocation in current Dubbo Go
Compatibility note for generic invocation documentation
AOP and extension mechanism in current Dubbo Go
Application-level and interface-level concepts in current Dubbo Go