Data Plane
Fence
Set a fencing token with the S2 CLI so cooperating writers can avoid conflicting appends.
Set a fencing token for cooperative write exclusion:
Subsequent appends that specify a token will be rejected if it doesn’t match:
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Set a fencing token with the S2 CLI so cooperating writers can avoid conflicting appends.
s2 fence s2://my-basin/my-stream "writer-1"
s2 append s2://my-basin/my-stream -f "writer-1"
