[
https://issues.apache.org/jira/browse/BEAM-3342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16587393#comment-16587393
]
Solomon Duskis commented on BEAM-3342:
--------------------------------------
The Cloud Bigtable client is just about ready with full functionality. It did
indeed take longer that we were expected. Once we do that, there's a
likelihood that a Python write connector will significantly underperform
compared to Java, since the Python client only performs synchronous operations,
where the Java has a high throughput asynchronous writer.
Also, in terms of reading from Cloud Bigtable, any connector needs full support
for a BoundedSource, or something like it. We could not figure out how to make
BoundedSource work in Python.
> Create a Cloud Bigtable Python connector
> ----------------------------------------
>
> Key: BEAM-3342
> URL: https://issues.apache.org/jira/browse/BEAM-3342
> Project: Beam
> Issue Type: Bug
> Components: sdk-py-core
> Reporter: Solomon Duskis
> Assignee: Solomon Duskis
> Priority: Major
>
> I would like to create a Cloud Bigtable python connector.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)