EventGroup metadata is now supplied by the --event-group-metadata option instead of using the specs passed to the --event-group-spec option. The --event-group-metadata-type-url option is used to indicate the message type of the EventGroup metadata, which must be a known metadata type.
BREAKING CHANGE: The EDP simulator has a new required --event-group-metadata option.
BREAKING CHANGE: The EDP simulator now takes the --known-event-group-metadata-type option.
EventGroup metadata is now supplied by the
--event-group-metadata
option instead of using the specs passed to the--event-group-spec
option. The--event-group-metadata-type-url
option is used to indicate the message type of the EventGroup metadata, which must be a known metadata type.BREAKING CHANGE: The EDP simulator has a new required
--event-group-metadata
option. BREAKING CHANGE: The EDP simulator now takes the--known-event-group-metadata-type
option.Closes #1880