Custom Extensions
Demonstrates the usage of Dubbo’s extensibility capabilities.
This section introduces Dubbo’s extensibility features through the following tasks.
Custom Filter
Custom filters can be dynamically loaded using the SPI mechanism, allowing for unified processing and validation of returned results, reducing interruptions for developers.
Custom Router
Custom routing strategies can be implemented based on actual usage scenarios during service calls, effectively improving service throughput and latency.
Custom Protocol
Custom transport protocols can be used for different heterogeneous systems, masking the differences between protocols for better system integration.
Custom Registry Center
Integrating services from different registry centers into the Dubbo framework, custom registry centers serve as a cutting edge for bridging heterogeneous service systems.
Feedback
Was this page helpful?
Yes No
Last modified September 30, 2024: Update & Translate Overview Docs (#3040) (d37ebceaea7)