@@ -1568,24 +1568,18 @@ configuration::configuration()
1568
1568
, kafka_throughput_limit_node_in_bps(
1569
1569
*this ,
1570
1570
" kafka_throughput_limit_node_in_bps" ,
1571
- fmt::format (
1572
- " Node wide throughput ingress limit - maximum kafka traffic throughput "
1573
- " allowed on the ingress side of each node, in bytes/s. Default is no "
1574
- " limit. Effective minimum is 1bps*#cores. Effective maximum is "
1575
- " {}bps*#cores." ,
1576
- bottomless_token_bucket::max_quota),
1571
+ " Node wide throughput ingress limit - maximum kafka traffic throughput "
1572
+ " allowed on the ingress side of each node, in bytes/s. Default is no "
1573
+ " limit." ,
1577
1574
{.needs_restart = needs_restart::no, .visibility = visibility::user},
1578
1575
std::nullopt,
1579
1576
{.min = 1 })
1580
1577
, kafka_throughput_limit_node_out_bps(
1581
1578
*this ,
1582
1579
" kafka_throughput_limit_node_out_bps" ,
1583
- fmt::format (
1584
- " Node wide throughput egress limit - maximum kafka traffic throughput "
1585
- " allowed on the egress side of each node, in bytes/s. Default is no "
1586
- " limit. Effective minimum is 1bps*#cores. Effective maximum is "
1587
- " {}bps*#cores." ,
1588
- bottomless_token_bucket::max_quota),
1580
+ " Node wide throughput egress limit - maximum kafka traffic throughput "
1581
+ " allowed on the egress side of each node, in bytes/s. Default is no "
1582
+ " limit." ,
1589
1583
{.needs_restart = needs_restart::no, .visibility = visibility::user},
1590
1584
std::nullopt,
1591
1585
{.min = ss::smp::count})
0 commit comments