Skip to content

v1.2.0 Use a single consumer with multiple subject filters

Compare
Choose a tag to compare
@jnmoyne jnmoyne released this 22 Dec 22:11
· 25 commits to main since this release
a7c4410

NOTE: Now requires NATS servers version 2.10 or above.

Balanced:

  • Using the new multi-subject filters in consumers feature of NATS 2.10. Now only creates and uses a single consumer for all the subjects being listed in the config, rather than one consumer per subject.

Partitioned:

  • no change (as it already assumes the streams/consumers are defined administratively)