消费者配置
2022-04-13 11:24 更新
在 erlang 中配置消费者
基础配置
消费者配置项需要添加到 sys.config 文件 dubboerl 应用配置项里。
{dubboerl,[ %% other config ... {consumer,[ {<<"interface fullname">>,[Option]}, %% eg: {<<"org.apache.dubbo.erlang.sample.service.facade.UserOperator">>,[]}, ]} ]}
Option 配置项待添加中。
以上内容是否对您有帮助:
← 快速开始
更多建议: