Allow ranges for excluded_sequences
config option
#4047
Labels
I: configuration
Internal: related to Hermes configuration
O: new-feature
Objective: cause to add a new feature or support
Milestone
Summary
Allow ranges for
excluded_sequences
config option instead of having to specify each sequence number manually.Problem Definition
Some operators need to exclude large sequence ranges which are unpractical to specify one by one, eg. we've head of ranges which span 32k sequence numbers.
Proposal
Change the deserialization code for
excluded_sequences
to allow each element of the list to be either:123456
"123..456"
Let's discuss:
..
,..=
,-
)Acceptance Criteria
The following value for
excluded_sequences
is accepted:and is equivalent to specifying:
For Admin Use
The text was updated successfully, but these errors were encountered: