消费者配置

在 erlang 中配置消费者

基础配置

消费者配置项需要添加到 sys.config 文件 dubboerl 应用配置项里。

  1. {dubboerl,[
  2. %% other config ...
  3. {consumer,[
  4. {<<"interface fullname">>,[Option]},
  5. %% eg:
  6. {<<"org.apache.dubbo.erlang.sample.service.facade.UserOperator">>,[]},
  7. ]}
  8. ]}

Option 配置项待添加中。