Patrick0308 commented on pull request #495:
URL: https://github.com/apache/dubbo-go/pull/495#issuecomment-619753483
@flycash OK
This is an automated message from the Apache Git Service.
To respond to the message, please log o
Hi all,
I'm sorry for that we do not follow the community rules.
Here is the meeting summary:
We discussed about dubbo-go's problems and what we will do in next month.
1. dubbo-go try the best to keep compitable with Dubbo. And we will try to
implement some new features, like supporting XDS;
2.
Hi Kimm:
Totally agree with you
在 2020-04-27 10:04:37,"KimmKing" 写道:
>Hi, guys,
>English only here.
>
>
>
>
>And I suggest if we have the next meetings, send a mail to dev or committer
>list to invent more persons in community join to disccus.
>Dubbo is open community, and com
Welcome to join us to make it perfect.
一直以来 <279377...@qq.com> 于2020年4月26日周日 下午9:36写道:
> 大跃进式的开发我们不会接受 我们需要bug最少 文档尽量完善 新的特性对我们基本没有用
> 我们只想用的舒服 文档全
>
>
>
> 发自我的iPhone
>
>
> -- 原始邮件 --
> 发件人: Ming Deng 发送时间: 2020年4月26日 21:33
> 收件人: dev 主题: 回复:4.26会议纪要
Hi,
I would also suggest bring back a summary of what was discussed to this list.
Thanks,
justin
Hi, guys,
English only here.
And I suggest if we have the next meetings, send a mail to dev or committer
list to invent more persons in community join to disccus.
Dubbo is open community, and community first, rather than codes.
Thx.
在 2020-04-26 21:36:10,"一直以来" <279377...@qq.com> 写道:
>大跃进式的
flycash commented on pull request #495:
URL: https://github.com/apache/dubbo-go/pull/495#issuecomment-619560960
@Patrick0308 有时间看看
This is an automated message from the Apache Git Service.
To respond to the message, please lo
大跃进式的开发我们不会接受 我们需要bug最少 文档尽量完善 新的特性对我们基本没有用 我们只想用的舒服
文档全
发自我的iPhone
-- 原始邮件 --
发件人: Ming Deng
Hi,
今天我们在zoom上讨论了一下当前dubbo-go面临的问题,以及对将来的一些想法。现在汇总讨论内容如下:
1. dubbo-go 要保持“走得快”的势头,可以在某些方面先于dubbo做一些探索,如XDS;支持等
2. mesh暂时搁置;
3. 2.7.5以优先实现功能为主。在实现功能之后,进行代码优化;对齐2.7.5的1.5版本,要保证质量,不必急于发版;
4. 1.5之后,不必着急发1.6大版本。用1.5.X的小版本取代;
5. 社区自我驱动,挖掘用户;
6. dubbo-go 需要解决质量、性能、推广三方面的问题;
7. 加快建设dubbo-go文档;
对1.5.1的初步设
cvictory opened a new pull request #495:
URL: https://github.com/apache/dubbo-go/pull/495
现在dubbo和getty耦合度很高,所以先进行第一轮抽象,部分逻辑后续待优化。
做的改动:
1. 增加exchange层做中转,连接dubbo协议和网络交互。exchange入参出参是invocation和result,
网络层入参出参是request和response
2. 在dubbo_protocol中增加共用相同连接(客户端访问server,当ip和端口相同,就共用exc
cvictory commented on a change in pull request #494:
URL: https://github.com/apache/dubbo-go/pull/494#discussion_r415296263
##
File path: protocol/dubbo/dubbo_codec.go
##
@@ -0,0 +1,297 @@
+package dubbo
+
+import (
+ "bufio"
+ "bytes"
+ "fmt"
+ hessian
pantianying commented on a change in pull request #494:
URL: https://github.com/apache/dubbo-go/pull/494#discussion_r415292100
##
File path: protocol/dubbo/dubbo_codec.go
##
@@ -0,0 +1,297 @@
+package dubbo
+
+import (
+ "bufio"
+ "bytes"
+ "fmt"
+ hessi
Project: ${env.JOB_NAME}
Build Number: ${env.BUILD_NUMBER}
URL: ${env.BUILD_URL}
cvictory commented on pull request #494:
URL: https://github.com/apache/dubbo-go/pull/494#issuecomment-619497367
先不要合,这个只是跑通了主干,细节待完善的还有好多,作为方案讨论中。
This is an automated message from the Apache Git Service.
To respond to t
14 matches
Mail list logo