We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d37e9bb commit a321c99Copy full SHA for a321c99
quickwit/quickwit-rest-client/src/rest_client.rs
@@ -255,7 +255,7 @@ impl QuickwitClient {
255
index_id: &str,
256
ingest_source: IngestSource,
257
batch_size_limit_opt: Option<usize>,
258
- on_ingest_event: Option<&dyn Fn(IngestEvent)>,
+ on_ingest_event: Option<&(dyn Fn(IngestEvent) + Sync)>,
259
last_block_commit: CommitType,
260
) -> Result<(), Error> {
261
let ingest_path = format!("{index_id}/ingest");
0 commit comments