Writing Data

Writing data to durable streams. DurableStream.create() with contentType, DurableStream.append() for simple writes, IdempotentProducer for high-throughput exactly-once delivery with autoClaim, fire-and-forget append(), flush(), close(), StaleEpochError handling, JSON mode vs byte stream mode, stream closure. Load when writing, producing, or appending data to a durable stream.

durable-streams a9824b1 7.8 KB Updated

File contents

durable-streams/durable-streams/tree/main/packages/client/skills/writing-data commit a9824b1b83

Frequently asked questions

npx skillmds@latest add durable-streams/writing-data