[
https://issues.apache.org/jira/browse/BEAM-12164?focusedWorklogId=728631&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-728631
]
ASF GitHub Bot logged work on BEAM-12164:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 17/Feb/22 01:33
Start Date: 17/Feb/22 01:33
Worklog Time Spent: 10m
Work Description: zoercai commented on a change in pull request #16846:
URL: https://github.com/apache/beam/pull/16846#discussion_r808594540
##########
File path:
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
##########
@@ -454,8 +454,12 @@ class BeamModulePlugin implements Plugin<Project> {
def checkerframework_version = "3.10.0"
def classgraph_version = "4.8.104"
def errorprone_version = "2.10.0"
+ // Try to keep gax_version consistent with gax-grpc version in
google_cloud_platform_libraries_bom
+ def gax_version = "2.8.1"
Review comment:
I did try this without the version, but the URL becomes invalid if the
version is not between the `gax-grpc:` and the `:testlib` on line 549. This is
the error produced without the version:

Let me know if you know of another way!
--
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: 728631)
Time Spent: 20.5h (was: 20h 20m)
> SpannerIO Change Stream Connector
> ---------------------------------
>
> Key: BEAM-12164
> URL: https://issues.apache.org/jira/browse/BEAM-12164
> Project: Beam
> Issue Type: New Feature
> Components: sdk-java-core
> Reporter: Thiago Nunes
> Priority: P3
> Time Spent: 20.5h
> Remaining Estimate: 0h
>
> We would like to augment the existing Google Cloud SpannerIO connector
> ([https://github.com/apache/beam/blob/master/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java)]
> with the support for Spanner Change Streams (CDC). CDC support is just being
> implemented in Spanner and it will be exposed through a gRPC API. We will use
> such API to create a new SpannerIO.readChangeStream(...) implementation.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)