Here we enable the new ability in jsm.go to use nat's pedantic mode. As a side effect certain stream and consumer fields, as well as tests for the pedantic behaviour, have been added.
Streams can now use the mirror_direct field which allow mirror streams to specify direct get behaviour.
Consumer limits can now be defined in stream definitions with the max_ack_pending and inactive_threshold fields.
Here we enable the new ability in jsm.go to use nat's pedantic mode. As a side effect certain stream and consumer fields, as well as tests for the pedantic behaviour, have been added.
Streams can now use the
mirror_direct
field which allow mirror streams to specify direct get behaviour.Consumer limits can now be defined in stream definitions with the
max_ack_pending
andinactive_threshold
fields.