issues
search
Snailclimb
/
guide-rpc-framework
A custom RPC framework implemented by Netty+Kyro+Zookeeper.(一款基于 Netty+Kyro+Zookeeper 实现的自定义 RPC 框架-附详细实现过程和相关教程。)
https://gitee.com/SnailClimb/guide-rpc-framework
Other
3.97k
stars
2.06k
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
whether multiple calls to the Bootstrap.handler() method are effective?
#84
R1C4D0
opened
2 months ago
0
Fix issue #9:解决了issue里的前两个问题,
#83
Xiao0731
closed
3 months ago
0
不懂就问 作者实现的这个RPC是不是并不是远程服务调用方想调用远程服务提供方任何类任何方法都行,而是仅能调用远程服务提供方提供的方法?
#82
ckkhnsf
opened
4 months ago
0
[fix] typo: kyro -> kryo
#81
OnePieceJoker
closed
3 months ago
0
RpcRequestHandler优化
#80
harrishee
opened
8 months ago
2
序列化方式Kryo写错了
#79
nowsoar
opened
1 year ago
0
Update README.md
#78
kerwin612
opened
1 year ago
0
fixed a typo
#77
MichaelXi3
closed
1 year ago
1
Bump guava from 30.1.1-jre to 32.0.0-jre
#76
dependabot[bot]
opened
1 year ago
0
为SPI机制增加策略枚举
#75
xiaoguyueyue
closed
1 year ago
1
获取rpcServiceName的时候直接用接口名、version、group相加是不是不太好
#74
leaf-dawn
closed
1 year ago
1
Merge pull request #1 from Snailclimb/master
#73
edward-cheung
closed
2 years ago
0
zookeeper版本和curator版本不匹配导致的问题
#72
TBSuperMan
opened
2 years ago
1
zookeeper 的 watch 机制导致的问题
#71
ccqstark
opened
2 years ago
1
Update NettyRpcClient.java
#70
Feyl
closed
2 years ago
0
InetAddress.getLocalHost().getHostAddress();
#69
mzrwalzy
opened
2 years ago
1
并发情况下,应该会创建多条连接吧?
#68
vinson-zhang
opened
2 years ago
0
ExtensionLoader类获取实现类的时候,为什么要加双重锁
#67
zhaojiale1213
opened
2 years ago
1
[fix] netty client write idle time
#66
beeclimb
closed
2 years ago
0
有个问题有人可以解答一下吗?
#65
danyagit
opened
2 years ago
1
关于服务提供者下线后重新上线,不通过重启客户端无法被服务提供者感知
#64
dandelionstar
opened
2 years ago
1
一致性hash中,相同入参无法路由到同一个服务
#63
Tbthr
opened
2 years ago
3
beautify code
#62
MrZhang-badminton
closed
2 years ago
0
CollectionUtils & StringUtils
#61
MrZhang-badminton
opened
2 years ago
1
美化代码
#60
MrZhang-badminton
closed
2 years ago
1
发现个小问题
#59
Bandit-Lee
opened
2 years ago
1
add Hessian序列化方法
#58
vinlee19
closed
2 years ago
0
add Hessian序列化方法
#57
vinlee19
closed
2 years ago
1
Merge pull request #1 from Snailclimb/master
#56
yangzhaoyunfei
closed
2 years ago
0
仿照dubbo实现了简易的adaptive extension loader
#55
YuliNet
opened
2 years ago
0
RPC服务调用方法参数传递为Java类对象
#54
mingyang66
opened
3 years ago
3
SPI实现的一点小疑问
#53
ALL-AC
opened
3 years ago
2
请问服务宕机了,zk能感知到吗
#52
WinfridDu
opened
3 years ago
4
请问自定义RPC协议的设计思路是如何?
#51
damao33
closed
3 years ago
1
请问如果远程接口有多个实现类怎么办
#50
953596700
opened
3 years ago
1
无法远程调用无参方法
#49
huangxiao1234
opened
3 years ago
2
commit 'introduce'
#48
healthyxxyyhh
closed
2 years ago
0
first commit
#47
SCCCR
closed
3 years ago
2
github.javaguide.provider.impl.ZkServiceProviderImpl类中为什么有serviceMap,还需要registeredService这个set去保存接口名?
#46
winterliu1020
closed
3 years ago
1
问个问题
#45
Chanwb
closed
3 years ago
1
关于加载gzip扩展的一个小错误
#44
luwanglin
closed
3 years ago
1
@RpcScan相关的一个bug
#43
enplee
closed
3 years ago
1
关于NettyRpcClientHandler中NettyRpcClient使用单例工厂获取的问题,单例工厂中没有ExtensionLoader创建的client。
#42
enplee
closed
3 years ago
2
Fix consistency hash bug
#41
mesmerizeBy
closed
3 years ago
1
哪位大佬知道服务注册用的为什么是postProcessBeforeInitialization,而不是postProcessAfterInitialization吗?
#40
zhongyingxiang
opened
3 years ago
3
一致性哈希负载均衡器中,可以使用服务名的哈希值作为选择服务端地址的 key 吗?
#39
Lykr
closed
2 years ago
4
有个小问题
#38
guardwarm
closed
3 years ago
0
发现的小问题
#37
guardwarm
closed
3 years ago
1
optimized SingletonFactory
#36
ChoKhoOu
closed
3 years ago
0
修改单例获取工厂
#35
tangj1992
closed
3 years ago
0
Next