chore(env): add ttl as env variable (#2653)

This commit is contained in:
Kartikeya Hegde
2023-10-30 19:15:57 +05:30
committed by GitHub
parent 838372ab3f
commit 8b1499e121
11 changed files with 45 additions and 20 deletions

View File

@ -90,6 +90,7 @@ pub async fn get_store(
store,
config.drainer.stream_name.clone(),
config.drainer.num_partitions,
config.kv_config.ttl,
);
Ok(store)