diff --git a/async-nats/src/jetstream/kv/mod.rs b/async-nats/src/jetstream/kv/mod.rs index 57883a600..ca5b71eb5 100644 --- a/async-nats/src/jetstream/kv/mod.rs +++ b/async-nats/src/jetstream/kv/mod.rs @@ -100,14 +100,12 @@ pub struct Config { pub num_replicas: usize, /// Republish is for republishing messages once persistent in the Key Value Bucket. pub republish: Option, - + /// Bucket mirror configuration. pub mirror: Option, - + /// Bucket sources configuration. pub sources: Option>, - + /// Allow mirrors using direct API. pub mirror_direct: bool, - - pub filter_subjects: Vec, } /// Describes what kind of operation and entry represents