Batch incremental search event consumption (#6468)

* Batch incremental search event consumption

* fmt

* fix
This commit is contained in:
aecsocket
2026-06-22 14:54:02 +00:00
committed by GitHub
parent 0a0ef1ce81
commit b7d097d74d
4 changed files with 154 additions and 54 deletions
+1
View File
@@ -95,6 +95,7 @@ impl BackgroundTask {
ro_pool,
redis_pool,
search_backend,
kafka_client,
)
.await
}