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.