Skip to content

Commit

Permalink
Allow pubsub to have multiple pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
magnalite committed Jun 22, 2023
1 parent 51948a5 commit ec971b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quickwit/quickwit-config/src/source_config/serialize.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ impl SourceConfigForSerialization {
}
match &self.source_params {
SourceParams::Kafka(_) => {}
SourceParams::PubSub(_) => {}
_ => {
if self.desired_num_pipelines > 1 || self.max_num_pipelines_per_indexer > 1 {
bail!("Quickwit currently supports multiple pipelines only for Kafka sources. Open an issue https://github.com/quickwit-oss/quickwit/issues if you need the feature for other source types.");
Expand Down

0 comments on commit ec971b1

Please sign in to comment.