Public Agreement
Dubbo public agreement
This document is Dubbo public agreement, we expect all extension points comply with it.
URL
- All extension points must include URL parameter, design URL as a context information which throughouts the whole extension point design system.
- URL standard style:
protocol://username:password@host:port/path?key=value&key=value
Logging
- Print
ERRORlog for unrecoverable and NEED TO ALARM situation. - Print
WARNlog for recoverable exception or transient state inconsistency. - Print
INFOlog for normally status.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified January 22, 2021: Merge branch 'master' of https://github.com/apache/dubbo-website (f48eac9)
