@@ -5073,6 +5073,22 @@ configuration::configuration()
50735073 " behind and writes are being throttled." ,
50745074 {.needs_restart = needs_restart::no, .visibility = visibility::tunable},
50755075 5min)
5076+ , cloud_topics_metastore_rpc_timeout_ms(
5077+ *this ,
5078+ " cloud_topics_metastore_rpc_timeout_ms" ,
5079+ " Timeout for a single L1 metastore RPC to the metastore partition "
5080+ " leader. Bounds one attempt; the overall operation may retry until "
5081+ " cloud_topics_metastore_retry_timeout_ms elapses." ,
5082+ {.needs_restart = needs_restart::no, .visibility = visibility::tunable},
5083+ 30s)
5084+ , cloud_topics_metastore_retry_timeout_ms(
5085+ *this ,
5086+ " cloud_topics_metastore_retry_timeout_ms" ,
5087+ " Overall deadline for retrying an L1 metastore operation on transport "
5088+ " errors. To allow more than one attempt, keep this larger than "
5089+ " cloud_topics_metastore_rpc_timeout_ms." ,
5090+ {.needs_restart = needs_restart::no, .visibility = visibility::tunable},
5091+ 90s)
50765092 , cloud_topics_metastore_block_cache_size(
50775093 *this ,
50785094 " cloud_topics_metastore_block_cache_size" ,
0 commit comments