Append records
Append one or more records to the log. Each record has a key (used for partitioning scans) and a value (arbitrary bytes, both base64-encoded in JSON).
Set awaitDurable to true to block until the records are persisted to durable storage. When false (the default), the server acknowledges the write as soon as records are buffered in memory.
post/api/v1/log/append
Request body
Response
Records appended successfully.
Example response
{
"status": "success"
}