lostluck commented on code in PR #31482:
URL: https://github.com/apache/beam/pull/31482#discussion_r1625125986
##########
sdks/go/pkg/beam/core/runtime/harness/init/init.go:
##########
@@ -51,7 +51,7 @@ var (
controlEndpoint = flag.String("control_endpoint", "", "Local control
gRPC endpoint (required in worker mode).")
//lint:ignore U1000 semiPersistDir flag is passed in through the boot
container, will need to be removed later
semiPersistDir = flag.String("semi_persist_dir", "/tmp", "Local
semi-persistent directory (optional in worker mode).")
- options = flag.String("options", "", "JSON-encoded pipeline
options (required in worker mode).")
+ options = flag.String("options", "", "JSON-encoded pipeline
options (required in worker mode). (deprecated)")
Review Comment:
It's useful to not fully break everything in one version if something is
going wrong. Leaving the flag in allows older containers to be used as a backup.
--
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]