Skip to content

Commit f803bde

Browse files
committed
Merge branch 'main' into fix-streamclass-reconcile
2 parents a586140 + d988c7b commit f803bde

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/user_scenarios.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,18 @@ The backfill request will be picked up by the operator, which will create a Kube
2323

2424
If the stream **is suspended**, you need to create backfill request first and then unsuspend the stream.
2525

26+
Example backfill request:
27+
```yaml
28+
apiVersion: streaming.sneaksanddata.com/v1
29+
kind: BackfillRequest
30+
metadata:
31+
name: my-backfill-request
32+
namespace: arcane-stream-mock
33+
spec:
34+
streamClass: arcane-stream-mock
35+
streamId: my-stream
36+
```
37+
2638
## My stream has failed and I want to restart it
2739
If your stream has failed, you can set `spec.suspended` to `true` to stop the stream.
2840
To avoid data loss, you may create a backfill request that fills in any gaps occurred during the failure.

0 commit comments

Comments
 (0)