You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MINOR: Rename CoordinatorRuntime.activeTopicPartitions to activeCoordinators (#21010)
The coordinator runtime uses the term coordinator in all APIs so
`CoordinatorRuntime.activeTopicPartitions` feels a bit weird. This patch
renames it to `CoordinatorRuntime.activeCoordinators` to follow the
convention. It also makes the `state` field within the context volatile
as it is accesses without the log in that method.
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>, Lianet Magrans <lmagrans@confluent.io>
0 commit comments