Consumer Configuration
Configuring consumers in Erlang
Basic Configuration
Consumer configurations need to be added to the sys.config
file under the dubboerl
application configuration.
{dubboerl,[
%% other config ...
{consumer,[
{<<"interface fullname">>,[Option]},
%% eg:
{<<"org.apache.dubbo.erlang.sample.service.facade.UserOperator">>,[]},
]}
]}
Option configuration items are to be added.
Feedback
Was this page helpful?
Yes No
Last modified September 30, 2024: Update & Translate Overview Docs (#3040) (d37ebceaea7)