mirror of
https://github.com/modrinth/code.git
synced 2026-09-03 13:36:48 +00:00
Incremental search indexing (#6453)
* wip: initial kafka support
* wip: kafka search queue
* wip: kafka consumer
* wip: create/delete docs
* reindexing works
* reindex in more places
* also incrementally update server pings
* cleanup
* tombi
* fix ci
* update tombi
* prepare
* fix ci
* fix
* fix PLEASE
* 🙏
* add route to force reindex project
This commit is contained in:
@@ -130,6 +130,8 @@ vars! {
|
||||
RATE_LIMIT_IGNORE_KEY: String = "";
|
||||
DATABASE_URL: String = "postgresql://labrinth:labrinth@localhost/labrinth";
|
||||
REDIS_URL: String = "redis://localhost";
|
||||
KAFKA_BOOTSTRAP_SERVERS: StringCsv = StringCsv(vec!["localhost:19092".into()]);
|
||||
KAFKA_CLIENT_ID: String = "labrinth";
|
||||
BIND_ADDR: String = "";
|
||||
SELF_ADDR: String = "";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user