Consumer Configuration

Configuring consumers in Erlang

Basic Configuration

Consumer configurations need to be added to the sys.config file under the dubboerl application configuration.

  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 configuration items are to be added.

Feedback

Was this page helpful?

Yes No

Last modified September 30, 2024: Update & Translate Overview Docs (#3040) (d37ebceaea7)