vanus-labs / vanus

Vanus is a Serverless, event streaming system with processing capabilities. It easily connects SaaS, Cloud Services, and Databases to help users build next-gen Event-driven Applications.

Home Page:https://vanus.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

如何使用vsctl 创建一个eventbus

JieDing opened this issue · comments

commented

如何使用vsctl 创建一个eventbus?

您可以使用vsctl命令来创建一个eventbus。以下是创建eventbus的示例命令:

vsctl eventbus create --name <eventbus-name> --description <eventbus-description>

其中,<eventbus-name>是您想要为eventbus指定的名称,<eventbus-description>是对eventbus的描述(可选)。

请注意,您需要将<eventbus-name>替换为实际的eventbus名称,并可选择提供<eventbus-description>

希望这可以帮助到您!