Ken Liu
Ken Liu
### Background The goal of Spring Cloud Alibaba (SCA) is to simplify the process of user development of microservice applications, provide users with a one-stop microservice solution, and simplify the...
How to produce: 1. [demo repo](https://github.com/apache/dubbo-go-samples/tree/main/java_interop/service_discovery/service) 2. start `java-server` 3. start `go-client` Then the following error occurs: ```go 2024-04-05 18:32:42 INFO servicediscovery/service_instances_changed_listener_impl.go:102 Received instance notification event of service greet-java-server, instance...

 ## 源码与流程调试和增强 **bootstrap 初始化核心内容(参考 initTraditional 方法)** - Registry - ServiceDiscovery - universal/plugin,启动 subscribe - 验证 subscribe 中的逻辑是否正确 - metadata - mapping - 接口级地址/应用级地址 - 一些边缘场景的稳定性情况:模拟实例上下线、所有实例下线后再上线、只有接口级地址、只有应用级地址、zookeeper/nacos链接断开后恢复等 - 验证 subscribe 的地址正确写入...
### Pre-check - [X] I am sure that all the content I provide is in English. ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dubbo/issues?q=is%3Aissue) and found...
# Who is Using Spring Ai Alibaba First of all, thanks sincerely for constantly using and supporting Spring Ai Alibaba. We will try our best to keep the project better,...
在 Spring AI 框架基础上,抽象和实现一套可用于构建 agent、multi-agent 工作流的框架。 框架具备如下一些核心特性: * 支持将LLM、Tools、Human组成工作流成,灵活的支持多种形态的工作流,如并行分支、条件分支、fan-out/fan-in等 * 支持 Multi Agent(嵌套工作流) * 支持暂停/重启(状态持久化) * 支持人工介入 * 提供配套的可视化开发工具 