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. 
Last modified December 22, 2020: clean up website (6e41905afa)
