--inactive-threshold=THRESHOLD flag invisible for nats con edit -h, therefore it's not available for the edit subcommand.
Refer to the https://docs.nats.io/nats-concepts/jetstream/consumers#general, it marks InactiveThreshold editable, natscli should provide the ability to edit consumer's InactiveThreshold too.
Use case
Can edit the inactive-threshold attributes by natscli easily rather than coding with client SDK.
Proposed change
--inactive-threshold=THRESHOLD
flag invisible fornats con edit -h
, therefore it's not available for the edit subcommand. Refer to the https://docs.nats.io/nats-concepts/jetstream/consumers#general, it marksInactiveThreshold
editable, natscli should provide the ability to edit consumer'sInactiveThreshold
too.Use case
Can edit the inactive-threshold attributes by natscli easily rather than coding with client SDK.
Contribution
Yes