lostluck commented on code in PR #17821:
URL: https://github.com/apache/beam/pull/17821#discussion_r894029114
##########
sdks/go/pkg/beam/core/runtime/graphx/translate.go:
##########
@@ -86,7 +86,7 @@ const (
func goCapabilities() []string {
capabilities := []string{
- URNLegacyProgressReporting,
+ URNProgressReporting,
Review Comment:
It looks like "beam:protocol:monitoring_info_short_ids:v1" is the one we
should be providing and looking for, which is why we aren't seeing anything on
the Worker side. This should resolve it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]