nats-io / nats.c

A C client for NATS
Apache License 2.0
390 stars 137 forks source link

[ADDED] Support for (multiple) ConsumerConfig.FilterSubjects #679

Closed levb closed 1 year ago

levb commented 1 year ago

@mtmk @piotrpio @Jarema I am not sure how much client logic there needs to be if both FilterSubject and FilterSubjects are set; I tried to match the subscription<>consumer filter logic, otherwise the changes are minimal, just added the fields. LMK if you think more needs to be done here.

levb commented 1 year ago

Test_ServerPoolUpdatedOnClusterUpdate seems to be flapping a lot (after the OS change?), investigating.