Add consumer_limits
and first_seq
to Stream Config
#242
Labels
consumer_limits
and first_seq
to Stream Config
#242
Overview
Two additional fields were added in 2.10:
consumer_limits
first_seq
consumer_limits
A new field in
StreamConfig
that is a struct representing consumer limits created on given stream.inactive_threshold
ormax_ack_pending
, those will be left as they are. If passed value is too high (above limits), consumer creation will fail. Stream will not lower those values.first_seq
Defines sequence from which stream starts when created
Not documented in ADRs.
Not mandatory for 2.10 client release if causes release delay.
Clients and Tools
Other Tasks
Implemented
Client authors please update with your progress. If you open issues in your own repositories as a result of this request, please link them to this one by pasting the issue URL in a comment or main issue description.
The text was updated successfully, but these errors were encountered: