This is an automated email from the ASF dual-hosted git repository.

liujun pushed a change to branch dubbo3
in repository https://gitbox.apache.org/repos/asf/dubbo-js.git


    from 707adae  Merge pull request #400 from jianyi-gronk/improve_example
     add afe24e9  feat: fix example codestyle
     add c22047a  feat: supplementary type declaration
     add 125ba1b  feat: add open source statement
     add dc1a92d  feat: add test
     add a10caac  Merge branch 'dubbo3' into add_observable_test
     new 55ad68a  Merge pull request #402 from jianyi-gronk/add_observable_test

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 example/dubbo-observable-example/client.ts         |  2 -
 .../docker/docker-compose.yml                      |  5 +-
 .../dubbo-observable-example/proto/example.proto   |  1 -
 example/dubbo-observable-example/server.ts         |  1 -
 packages/dubbo-node/src/dubbo-transport.ts         |  6 ++
 packages/dubbo-observable/src/index.ts             | 30 +++++-----
 packages/dubbo-observable/src/meter-collector.ts   | 69 ++++++++++++++--------
 packages/dubbo-observable/src/observable.ts        | 21 ++++++-
 packages/dubbo-observable/src/qps-counter.spec.ts  | 50 +++++++++++++++-
 packages/dubbo-observable/src/qps-counter.ts       | 19 +++++-
 packages/dubbo/src/protocol-grpc/gen/status_pb.ts  |  2 +-
 packages/dubbo/src/protocol-triple/transport.ts    | 10 +---
 12 files changed, 154 insertions(+), 62 deletions(-)

Reply via email to