Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可以运行不需要连接到cadence服务器的本地活动。在节奏中断的情况下,是否也有适当的方法在本地运行工作流?我正在使用 Go 客户端。
需要服务连接才能在工作流执行中取得任何进展,包括调度活动。
要在本地运行工作流,您可以使用 Cadence 服务的本地版本。这样的版本可以通过 docker compose 轻松安装。
如果您需要高可用性设置,您可以使用多集群 Cadence。因此,单个集群中断不会导致工作流执行中断。