Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / Snailclimb/guide-rpc-framework issues and pull requests
#84 - whether multiple calls to the Bootstrap.handler() method are effective?
Issue -
State: open - Opened by R1C4D0 5 months ago
#83 - Fix issue #9:解决了issue里的前两个问题,
Pull Request -
State: closed - Opened by Xiao0731 6 months ago
#82 - 不懂就问 作者实现的这个RPC是不是并不是远程服务调用方想调用远程服务提供方任何类任何方法都行,而是仅能调用远程服务提供方提供的方法?
Issue -
State: open - Opened by ckkhnsf 7 months ago
#81 - [fix] typo: kyro -> kryo
Pull Request -
State: closed - Opened by OnePieceJoker 10 months ago
#80 - RpcRequestHandler优化
Issue -
State: open - Opened by harrishee 11 months ago
- 2 comments
#79 - 序列化方式Kryo写错了
Issue -
State: open - Opened by nowsoar about 1 year ago
#78 - Update README.md
Pull Request -
State: open - Opened by kerwin612 about 1 year ago
#77 - fixed a typo
Pull Request -
State: closed - Opened by MichaelXi3 over 1 year ago
- 1 comment
#76 - Bump guava from 30.1.1-jre to 32.0.0-jre
Pull Request -
State: open - Opened by dependabot[bot] over 1 year ago
Labels: dependencies
#75 - 为SPI机制增加策略枚举
Pull Request -
State: closed - Opened by xiaoguyueyue almost 2 years ago
- 1 comment
#74 - 获取rpcServiceName的时候直接用接口名、version、group相加是不是不太好
Issue -
State: closed - Opened by leaf-dawn almost 2 years ago
- 1 comment
#73 - Merge pull request #1 from Snailclimb/master
Pull Request -
State: closed - Opened by edward-cheung about 2 years ago
#72 - zookeeper版本和curator版本不匹配导致的问题
Issue -
State: open - Opened by TBSuperMan over 2 years ago
- 1 comment
#71 - zookeeper 的 watch 机制导致的问题
Issue -
State: open - Opened by ccqstark over 2 years ago
- 1 comment
#70 - Update NettyRpcClient.java
Pull Request -
State: closed - Opened by Feyl over 2 years ago
#69 - InetAddress.getLocalHost().getHostAddress();
Issue -
State: open - Opened by mzrwalzy over 2 years ago
- 1 comment
#68 - 并发情况下,应该会创建多条连接吧?
Issue -
State: open - Opened by vinson-zhang over 2 years ago
#67 - ExtensionLoader类获取实现类的时候,为什么要加双重锁
Issue -
State: open - Opened by zhaojiale1213 over 2 years ago
- 1 comment
#66 - [fix] netty client write idle time
Pull Request -
State: closed - Opened by beeclimb over 2 years ago
#65 - 有个问题有人可以解答一下吗?
Issue -
State: open - Opened by danyagit over 2 years ago
- 1 comment
#64 - 关于服务提供者下线后重新上线,不通过重启客户端无法被服务提供者感知
Issue -
State: open - Opened by dandelionstar over 2 years ago
- 1 comment
#63 - 一致性hash中,相同入参无法路由到同一个服务
Issue -
State: open - Opened by Tbthr over 2 years ago
- 3 comments
#62 - beautify code
Pull Request -
State: closed - Opened by MrZhang-badminton almost 3 years ago
Labels: enhancement
#61 - CollectionUtils & StringUtils
Issue -
State: open - Opened by MrZhang-badminton almost 3 years ago
- 1 comment
#60 - 美化代码
Pull Request -
State: closed - Opened by MrZhang-badminton almost 3 years ago
- 1 comment
#59 - 发现个小问题
Issue -
State: open - Opened by Bandit-Lee almost 3 years ago
- 1 comment
#58 - add Hessian序列化方法
Pull Request -
State: closed - Opened by vinlee19 almost 3 years ago
#57 - add Hessian序列化方法
Pull Request -
State: closed - Opened by vinlee19 almost 3 years ago
- 1 comment
#56 - Merge pull request #1 from Snailclimb/master
Pull Request -
State: closed - Opened by yangzhaoyunfei about 3 years ago
#55 - 仿照dubbo实现了简易的adaptive extension loader
Pull Request -
State: open - Opened by YuliNet about 3 years ago
#54 - RPC服务调用方法参数传递为Java类对象
Issue -
State: open - Opened by mingyang66 about 3 years ago
- 3 comments
#53 - SPI实现的一点小疑问
Issue -
State: open - Opened by ALL-AC over 3 years ago
- 2 comments
#52 - 请问服务宕机了,zk能感知到吗
Issue -
State: open - Opened by WinfridDu over 3 years ago
- 4 comments
#51 - 请问自定义RPC协议的设计思路是如何?
Issue -
State: closed - Opened by damao33 over 3 years ago
- 1 comment
#50 - 请问如果远程接口有多个实现类怎么办
Issue -
State: open - Opened by 953596700 over 3 years ago
- 1 comment
#49 - 无法远程调用无参方法
Issue -
State: open - Opened by huangxiao1234 over 3 years ago
- 2 comments
Labels: bug, TODO
#48 - commit 'introduce'
Pull Request -
State: closed - Opened by healthyxxyyhh over 3 years ago
#47 - first commit
Pull Request -
State: closed - Opened by SCCCR over 3 years ago
- 2 comments
#46 - github.javaguide.provider.impl.ZkServiceProviderImpl类中为什么有serviceMap,还需要registeredService这个set去保存接口名?
Issue -
State: closed - Opened by winterliu1020 over 3 years ago
- 1 comment
#45 - 问个问题
Issue -
State: closed - Opened by Chanwb over 3 years ago
- 1 comment
#44 - 关于加载gzip扩展的一个小错误
Issue -
State: closed - Opened by luwanglin over 3 years ago
- 1 comment
#43 - @RpcScan相关的一个bug
Issue -
State: closed - Opened by enplee over 3 years ago
- 1 comment
#42 - 关于NettyRpcClientHandler中NettyRpcClient使用单例工厂获取的问题,单例工厂中没有ExtensionLoader创建的client。
Issue -
State: closed - Opened by enplee over 3 years ago
- 2 comments
#41 - Fix consistency hash bug
Pull Request -
State: closed - Opened by mesmerizeBy almost 4 years ago
- 1 comment
Labels: bug
#40 - 哪位大佬知道服务注册用的为什么是postProcessBeforeInitialization,而不是postProcessAfterInitialization吗?
Issue -
State: open - Opened by zhongyingxiang almost 4 years ago
- 3 comments
#39 - 一致性哈希负载均衡器中,可以使用服务名的哈希值作为选择服务端地址的 key 吗?
Issue -
State: closed - Opened by Lykr almost 4 years ago
- 4 comments
#38 - 有个小问题
Issue -
State: closed - Opened by guardwarm almost 4 years ago
#37 - 发现的小问题
Issue -
State: closed - Opened by guardwarm almost 4 years ago
- 1 comment
#36 - optimized SingletonFactory
Pull Request -
State: closed - Opened by ChoKhoOu almost 4 years ago
#35 - 修改单例获取工厂
Pull Request -
State: closed - Opened by tangj1992 almost 4 years ago
#34 - 关于SingletonFactory的一些问题,是否写成这样会更好?
Issue -
State: closed - Opened by ChoKhoOu almost 4 years ago
- 9 comments
Labels: enhancement
#32 - 关于ProtostuffSerializer 的使用问题
Issue -
State: open - Opened by victordjj about 4 years ago
- 5 comments
Labels: bug, TODO
#31 - 单例工厂模式修改
Pull Request -
State: closed - Opened by 1228857713 about 4 years ago
- 1 comment
Labels: enhancement
#30 - 关于 SingletonFactory 获取单例的问题
Issue -
State: closed - Opened by 1228857713 about 4 years ago
- 5 comments
#29 - 枚举类统一使用lombok
Pull Request -
State: closed - Opened by PansonPanson about 4 years ago
#28 - CuratorUtils中的这个SERVICE_ADDRESS_MAP 缓存,如果客户端挂了,服务地址一直会存在
Issue -
State: closed - Opened by victordjj about 4 years ago
- 2 comments
Labels: question
#27 - [add] Add support for protostuff
Pull Request -
State: closed - Opened by TangMinXuan about 4 years ago
#26 - try住了异常为何还要throw出去?
Issue -
State: open - Opened by thinksee about 4 years ago
- 3 comments
Labels: question
#25 - UnprocessedRequests中未处理的请求没看见做了啥处理呀
Issue -
State: open - Opened by WindSearcher about 4 years ago
- 3 comments
Labels: question
#24 - [refactor] Added consistent hash load balancing mode.
Pull Request -
State: closed - Opened by Doddddza over 4 years ago
#23 - [refactor] Added consistent hash load balancing mode
Pull Request -
State: closed - Opened by Doddddza over 4 years ago
- 2 comments
#22 - Merge pull request #2 from Snailclimb/master
Pull Request -
State: closed - Opened by ChineseTony over 4 years ago
#21 - update protocol and add compress
Pull Request -
State: closed - Opened by ChineseTony over 4 years ago
- 2 comments
Labels: enhancement
#20 - enhance singleFactory and set properties encoding=utf-8
Pull Request -
State: closed - Opened by ChineseTony over 4 years ago
- 5 comments
#19 - 修改单例工厂类中的bug
Pull Request -
State: closed - Opened by lmgty over 4 years ago
Labels: bug
#18 - add business eventExecutorGroup for custom channelHandler
Pull Request -
State: closed - Opened by NicknameID over 4 years ago
- 1 comment
#17 - 为什么不用@Autowired注解获取单例
Issue -
State: closed - Opened by AdmireAn over 4 years ago
- 3 comments
Labels: question
#16 - Error creating bean with name 'helloServiceImpl' defined in file
Issue -
State: closed - Opened by liushaoye over 4 years ago
- 1 comment
Labels: question
#15 - [feat] server test via annotation
Pull Request -
State: closed - Opened by busysha over 4 years ago
Labels: enhancement
#14 - 扩充rpc协议 增加序列化协议字段 服务端可以根据消息体中的序列化协议动态选择序列化器
Pull Request -
State: closed - Opened by tydhot over 4 years ago
- 1 comment
Labels: enhancement
#13 - windows下checkStyle插件无法加载配置文件
Issue -
State: closed - Opened by tydhot over 4 years ago
- 1 comment
#12 - 修改注释
Pull Request -
State: closed - Opened by xiaoleo911 over 4 years ago
#11 - thread pool
Pull Request -
State: closed - Opened by xiaoleo911 over 4 years ago
#10 - 使用注解进行服务消费
Pull Request -
State: closed - Opened by smile2coder over 4 years ago
- 2 comments
Labels: enhancement
#9 - 发现的一些小问题
Issue -
State: open - Opened by smile2coder over 4 years ago
- 5 comments
Labels: enhancement
#8 - 个人觉得提供若干个演化版本更有利于新人学习
Issue -
State: closed - Opened by yxyx2019 over 4 years ago
- 1 comment
#7 - 寻求课程合作
Issue -
State: closed - Opened by specialzxw over 4 years ago
- 1 comment
#6 - implement simple SPI
Pull Request -
State: closed - Opened by sakuragi1111 over 4 years ago
- 8 comments
Labels: enhancement
#5 - Bump zookeeper from 3.4.6 to 3.4.14
Pull Request -
State: closed - Opened by dependabot[bot] over 4 years ago
- 1 comment
Labels: dependencies
#4 - Revert "客户端整合spring"
Pull Request -
State: closed - Opened by Snailclimb over 4 years ago
#3 - 客户端整合spring
Pull Request -
State: closed - Opened by MrBigThree over 4 years ago
- 2 comments
#2 - [N/A]update .gitignore file
Pull Request -
State: closed - Opened by FoamValue over 4 years ago
#1 - 先精神上支持一下,后面或许会行动上支持。
Issue -
State: closed - Opened by yuyenews over 4 years ago
- 1 comment
Labels: enhancement