Order Events Channel (v1.0.1)
Central event stream for all order-related events in the order processing lifecycle
Overview
The Orders Events channel is the central stream for all order-related events across the order processing lifecycle. This includes order creation, updates, payment status, fulfillment status, and customer communications. All events related to a specific order are guaranteed to be processed in sequence when using orderId as the partition key.
Channel information
Address: orders.{env}.events
Protocol:
- kafka
Parameter | Options | Description | Default |
---|---|---|---|
env | N/A | dev, sit, prod | Environment to use |
Publishing a message using Kafka
Here is an example of how to publish an order event using Kafka: