1 个仓库
Customization of core framework behaviors through abstraction interfaces.
Distinct from Feature Extension Plugins: Focuses on extending internal framework logic via interfaces rather than adding end-user feature plugins.
Explore 1 awesome GitHub repository matching devops & infrastructure · Internal Logic Extensions. Refine with filters or upvote what's useful.
sofa-rpc 是一个基于 Java 的远程过程调用框架,旨在执行远程函数并在分布式应用程序之间交换数据。它作为分布式服务编排器和通信工具,提供了一个集成注册中心的管理器来定位和追踪集群中的活动网络端点。 该框架采用基于接口的插件架构,允许通过抽象接口自定义内部逻辑和 RPC 行为。这种可扩展性使得能够在不修改核心系统的情况下实现专门的业务逻辑。 该系统通过自动集群故障转移、故障处理和动态负载均衡策略确保高可用性和可靠性。它管理服务流量路由,并利用抽象传输层将通信逻辑与物理网络协议解耦。
Allows the customization of internal framework logic through abstraction interfaces without modifying the core system.