robertwb commented on a change in pull request #11005: [BEAM-8335] Modify the
StreamingCache to subclass the CacheManager
URL: https://github.com/apache/beam/pull/11005#discussion_r387259605
##########
File path: sdks/python/apache_beam/options/pipeline_options.py
##########
@@ -1127,6 +1127,12 @@ def _add_argparse_args(cls, parser):
help='The time to wait (in milliseconds) for test pipeline to finish. '
'If it is set to None, it will wait indefinitely until the job '
'is finished.')
+ parser.add_argument(
+ '--test_stream_service_endpoint',
Review comment:
This shouldn't be a pipeline option, it should be a parameter in the
TestStream proto itself.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services