Skip to content

issues Search Results · repo:RabbitTeam/RabbitCloud language:C#

Filter by

20 results
 (89 ms)

20 results

inRabbitTeam/RabbitCloud (press backspace or delete to remove)

I have a question.Rabbit client which developed by the official team has include implement for rpc,so why you develop it by using dotnetty ?For high-performance, or some more reason?
  • xiaor1v5
  • Opened 
    on Mar 9, 2018
  • #23

class ServiceProxyGenerater { private MemberDeclarationSyntax GenerateMethodDeclaration(MethodInfo method) { // 设计上是否应该根据标记了 RpcServiceAttribute 的方法才生成代理方法呢? // 建议提供 RpcIgnoreAttribute ...
  • hin-longkid
  • Opened 
    on Oct 27, 2017
  • #22

问题是如果服务端离线后恢复或连接失败, 而客户端之前访问过此服务端, 那么后续请求将持续的请求给这个已离线的连接(即使后续网络已恢复), 而不会重新 另外DotNettyTransportClientFactory这里重设Bootstrap.Handler()不知道有没有线程安全的问题
  • yyjdelete
  • 9
  • Opened 
    on Mar 27, 2017
  • #20

1.实时看到服务情况 2.服务异常给出报警
  • majian159
  • Opened 
    on Aug 3, 2016
  • #18

现阶段是每个客户端自己进行健康检查,考虑允许单独部署健康检查服务,以共享检查结果,以供客户端参考。
  • majian159
  • Opened 
    on Aug 3, 2016
  • #17

Alt text
  • majian159
  • Opened 
    on Aug 3, 2016
  • #16

因客户端逻辑太过复杂,考虑“服务端发现模式”的设计,以编译让其它语言可以快速接入使用。 Alt text
  • majian159
  • Opened 
    on Aug 3, 2016
  • #15

1.支持http方式调用 2.考虑是否完全遵循reset api。
  • majian159
  • Opened 
    on Aug 3, 2016
  • #14

如:健康检查间隔,可以参考MvcOptions。
enhancement
  • majian159
  • Opened 
    on Aug 2, 2016
  • #13

是由于 PollingAddressSelector 实现使用了内部缓存字典导致最新的地址无法被更新。
bug
  • majian159
  • Opened 
    on Aug 2, 2016
  • #12
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub