[
https://issues.apache.org/jira/browse/BEAM-13052?focusedWorklogId=668583&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-668583
]
ASF GitHub Bot logged work on BEAM-13052:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 21/Oct/21 18:30
Start Date: 21/Oct/21 18:30
Worklog Time Spent: 10m
Work Description: dpcollins-google commented on a change in pull request
#15727:
URL: https://github.com/apache/beam/pull/15727#discussion_r733946521
##########
File path: sdks/python/apache_beam/io/gcp/pubsublite/external.py
##########
@@ -0,0 +1,119 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed with
Review comment:
> This was mainly for consistency with existing I/O connectors.
Going to push back on this, IMO, all existing I/O connectors should be
pushed into a submodule. It better isolates the available classes, and allows
for the set of public classes to be easily defined in an __init__.py file
without needing to change user code if the structure of the files change in the
future.
I'd rather have a submodule giving us a clear place to add adaptors in the
future: for example, its likely that a port of CloudPubsubTransforms.java will
be requested at some point, and I'd prefer not to need one single thousand LOC
file.
--
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 668583)
Time Spent: 1h 20m (was: 1h 10m)
> Pub/Sub Lite support for Python SDK
> -----------------------------------
>
> Key: BEAM-13052
> URL: https://issues.apache.org/jira/browse/BEAM-13052
> Project: Beam
> Issue Type: New Feature
> Components: io-py-gcp
> Reporter: Chamikara Madhusanka Jayalath
> Priority: P2
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> Potentially we can make existing Java source/sink available to Python as
> cross-language transforms.
>
> cc: [~dpcollins-google]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)