apache / dubbo-js

The Typescript implementation of Apache Dubbo. An RPC and microservice framework for Node.js and Web development.
https://dubbo.apache.org/
Apache License 2.0
766 stars 160 forks source link

Insufficient implementation in v4.0.1 #343

Open DevinXian opened 1 year ago

DevinXian commented 1 year ago
  1. Dynamic service registration is not supported in dubbo.ts, services registration is executed only once by init(),which means you have to collect services before dubbo init carefully.
  2. May I custom attachments in individual method invoking? such as: traceId, ua, even userId which changes when users make requests.

Ideas above may be incorrect, just for communication. Thank you for the excellent open source contribution!