Protocol Configuration
Protocol configurations in erlang
The library now only supports hessian and json serialization.
Configuration example
Protocol config is under the dubboerl application with sys.config
{dubboerl,[
%% other config ...
{protocol,hessian}
]}
| ConfigName | Type | DefaultValue | Remarks |
|---|---|---|---|
| protocol | atom() | hessian | hessian,json |
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)
