173 Star 889 Fork 335

GVPSOFAStack / sofa-bolt

 / 详情

[SoC] Split framework and private protocol banding, support user-defiend protocol

待办的
创建于  
2020-05-25 10:36

Introduction

SOFABolt is a lightweight, easy to use and high performance remoting framework based on Netty. Over the years, we have solved many problems in network communication in microservices and message middleware. We have deposited the summarized solution into the basic component of SOFABolt, so that more scenarios that use network communication can benefit from the unified.

Target

In current SOFABolt implementation, the private protocol is directly coupled with overall framework. When use SOFABolt, you need use the built-in private protocol. When you want to use your own custom protocol, you need to do some more challenging code expansion to achieve it. Therefore, we hope to do some refactoring to the SOFABolt protocol framework to support quick and easy integration of user-defined protocols.

  • Decoupling protocol framework and private protocol implementation

简介

SOFABolt是一个基于 Netty 最佳实践的轻量、易用、高性能、易扩展的通信框架。 这些年我们在微服务与消息中间件在网络通信上解决过很多问题,我们把总结出的解决方案沉淀到 SOFABolt 这个基础组件里,让更多的使用网络通信的场景能够统一受益。

目标

当前的SOFABolt实现中私有协议是直接和整体框架耦合在一起的,在使用SOFABolt的同时需要使用提供的私有协议,当用户希望使用自己的自定义协议时需要进行比较有挑战的代码拓展才能实现。因此我们希望对SOFABolt的协议框架做一些重构以支持快速方便的集成用户的自定义协议。

  • 解耦协议框架和具体私有协议实现

评论 (0)

潘潘 创建了任务
潘潘 关联仓库设置为SOFAStack/sofa-bolt
展开全部操作日志

登录 后才可以发表评论

状态
负责人
里程碑
Pull Requests
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
开始日期   -   截止日期
-
置顶选项
优先级
参与者(1)
Java
1
https://gitee.com/sofastack/sofa-bolt.git
git@gitee.com:sofastack/sofa-bolt.git
sofastack
sofa-bolt
sofa-bolt

搜索帮助