Open
Description
What's needed?
We need to be consistent between the Dispatch
and DispatchInfo
classes. Dispatch
uses target
for the target components, and it makes sense, because it can also be categories. DispatchInfo
should use the same.
Proposed solution
Rename DispatchInfo.components
to DispatchInfo.target
.
Additional context
frequenz-dispatch-python/src/frequenz/dispatch/_actor_dispatcher.py
Lines 23 to 33 in ecaca06