Skip to content

Commit

Permalink
WIP topic_frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
ztlpn committed May 22, 2024
1 parent 344a71e commit e01b9e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/v/cluster/controller.h
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@ class controller {
return _partition_balancer;
}

ss::sharded<shard_balancer>& get_shard_balancer() {
return _shard_balancer;
}

ss::sharded<ss::abort_source>& get_abort_source() { return _as; }

ss::sharded<storage::api>& get_storage() { return _storage; }
Expand Down

0 comments on commit e01b9e1

Please sign in to comment.