7 Star 22 Fork 3

Gitee 极速下载 / Kitex

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/cloudwego/kitex
克隆/下载
ROADMAP.md 1.34 KB
一键复制 编辑 原始数据 按行查看 历史
YangruiEmma 提交于 2021-12-28 18:04 . docs: update roadmap (#294)

Kitex RoadMap

This document shows key roadmap of Kitex development from the year of 2021 to 2022. It may help users know more about the future features. But the actual work is driven by real-world needs, we may adjust our goals sometimes.

New Features:

  • IO Communication
    • Netpoll provides more features and do further performance optimization, references https://github.com/cloudwego/netpoll.
    • Support ShmIPC to optimize IPC.
    • Support data packet compression.
  • Service Governance
    • Support more extension for users. All developers are welcome to contribute your extension to https://github.com/kitex-contrib.
    • Support dynamic config, expose API in Kitex.
    • Support Proxyless mode to integrate with Istio.
  • Codec
    • Support no serialization which references Cap'n but is compatible with Thrift.
    • Support runtime serialization&deserialization without generating code (JIT) for Thrift.
  • Tool
    • Support generating Protobuf code to optimize performance.

Performance Optimization

  • Improve the throughput of client side.
  • Optimize Protobuf Streaming performance.
  • Kitex-Protobuf supports codec with NoCopy API to reduce memory copies.

User Experience Optimization

  • Provide good development practices for users to develop with Kitex more easily.
  • Improve Kitex Tool to provide more conveniences.
1
https://gitee.com/mirrors/Kitex.git
git@gitee.com:mirrors/Kitex.git
mirrors
Kitex
Kitex
develop

搜索帮助