Create and manage event-driven servers
paw servers
commands allow you to create and manage servers for event-driven architectures.
--project-id
(required): The ID of the project--project-id
(required): The ID of the project--name
(required): Name of the server--type
(required): Type of the server
async+kafka
: Apache Kafka serverasync+amqp
: AMQP server (RabbitMQ, etc.)async+webhook
: Webhook-based server--description
(required): Description of the serverRequirement | Recommended Server |
---|---|
High throughput | async+kafka |
Ordered events | async+kafka |
Complex routing | async+amqp |
Dead letter queues | async+amqp |
External systems | async+webhook |
Simple pub/sub | async+amqp or async+kafka |