Event Stream
Source: event-stream-xrd.yaml — group shoulders.io, scope Namespaced, version v1alpha1.
spec fields
| Field | Type | Description |
|---|---|---|
topics | array | Kafka topics to create in the provisioned cluster. |
topics[].config | object | Arbitrary Kafka topic configuration (for example retention.ms). |
topics[].name | string | Topic name. (required) |
topics[].partitions | integer | Partitions for the topic. (default: 3) |
topics[].replicas | integer | Replication factor for the topic. (default: 3) |