Skip to content

Commit 30e544c

Browse files
authored
Clarify component IDs of different categories are not supported (#171)
Dispatch messages having a selector with a set of IDs should only use components of the same category.
2 parents 562fcd7 + f3d1da4 commit 30e544c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

proto/frequenz/api/dispatch/v1/dispatch.proto

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,11 @@ message TimeIntervalFilter {
143143
}
144144

145145
// Parameter for controlling which components a dispatch applies to
146-
// Either a set of component IDs, or all components belonging to a category
146+
// either a set of component IDs, or all components belonging to a category.
147+
//
148+
// When specifying a set of IDs, all IDs should have the same component
149+
// category, mixing components from different categories in one dispatch
150+
// message is not supported.
147151
message ComponentSelector {
148152
oneof selector {
149153
// Set of component IDs

0 commit comments

Comments
 (0)