Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dubbo-js - 针对dubbo2协议的改进 #307

Open
6 of 9 tasks
hufeng opened this issue Oct 31, 2022 · 0 comments
Open
6 of 9 tasks

dubbo-js - 针对dubbo2协议的改进 #307

hufeng opened this issue Oct 31, 2022 · 0 comments
Assignees
Milestone

Comments

@hufeng
Copy link
Member

hufeng commented Oct 31, 2022

现状

  • 目前dubbo-js实现针对dubbo2的rpc服务的调用和服务的export
  • 针对一些特性还需要逐步的对齐

TODO计划

  • 架构升级

    • 基础环境typescript升级到5.0.4
    • byte-buffer 进一步增强,添加新的api
    • 以bytebuffer为基础重塑序列化和反序列化的流程
    • 使用标准的promise作为接口的返回取代目前的TDubboResult的{res,err}的返回格式
    • 翻译师重新调整对与新的接口的代码生成
    • 重塑dubbo和dubbo-directly-invoker的类型推倒体系
    • 保持所有的单元测试 ✅ 状态
  • 功能增强

    • 增强nacos的支持能力
    • 实现泛化调用
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants