delete-on-empty
to automatically delete a stream it does not have any records for some period of time.tail
sub-command.timestamp
or a tail_offset
, not just sequence numbers. The implicit cap on record timestamp not exceeding arrival time can now be disabled in stream config.first_seq_num
as a Read
/ ReadSession
response has been removed: records will be returned from the first record >=
the requested starting point.create_stream_on_read
automatically when the specified stream does not exist, using the default stream configuration for the basin.create_stream_on_append
automatically when the specified stream does not exist, using the default stream configuration for the basin.ReadSession
gRPC and REST API support periodic heartbeats.zstd
or gzip
, except for streaming reads with SSE.zstd
or gzip
.