Skip to content

Commit

Permalink
Add docs
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Pietrek <tomasz@nats.io>
  • Loading branch information
Jarema committed Oct 28, 2022
1 parent 32ecb29 commit ecda18b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions async-nats/src/jetstream/kv/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<Republish>,

/// Bucket mirror configuration.
pub mirror: Option<Source>,

/// Bucket sources configuration.
pub sources: Option<Vec<Source>>,

/// Allow mirrors using direct API.
pub mirror_direct: bool,

pub filter_subjects: Vec<String>,
}

/// Describes what kind of operation and entry represents
Expand Down

0 comments on commit ecda18b

Please sign in to comment.