You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2020/06/04 01:42:16 UTC

[GitHub] [beam] chamikaramj commented on a change in pull request #11495: [BEAM-9802] Customization of automatically started services.

chamikaramj commented on a change in pull request #11495:
URL: https://github.com/apache/beam/pull/11495#discussion_r434945430



##########
File path: sdks/python/apache_beam/options/pipeline_options.py
##########
@@ -425,6 +425,24 @@ def _add_argparse_args(cls, parser):
         help='Whether to enable streaming mode.')
 
 
+class CrossLanguageOptions(PipelineOptions):
+  @classmethod

Review comment:
       Hmm, I thought I understood this but may be I didn't :).
   
   Is this supposed to get picked by expansion services automatically started by IOs (for example Kafka) ? That doesn't seem to be working.




----------------------------------------------------------------
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:
users@infra.apache.org