[
https://issues.apache.org/jira/browse/BEAM-9802?focusedWorklogId=441068&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-441068
]
ASF GitHub Bot logged work on BEAM-9802:
----------------------------------------
Author: ASF GitHub Bot
Created on: 04/Jun/20 01:42
Start Date: 04/Jun/20 01:42
Worklog Time Spent: 10m
Work Description: 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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 441068)
Time Spent: 1.5h (was: 1h 20m)
> Provide a way to customize automatically started services.
> ----------------------------------------------------------
>
> Key: BEAM-9802
> URL: https://issues.apache.org/jira/browse/BEAM-9802
> Project: Beam
> Issue Type: Improvement
> Components: sdk-py-core
> Reporter: Robert Bradshaw
> Assignee: Robert Bradshaw
> Priority: P2
> Fix For: 2.22.0
>
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> This can be useful for testing and alternative production environments.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)