lostluck commented on code in PR #31482:
URL: https://github.com/apache/beam/pull/31482#discussion_r1625899615
##########
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:
Not really. It's not user facing.
If we also do Python it's worth mentioning since the work is then complete.
--
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]