tonytanger commented on code in PR #25364:
URL: https://github.com/apache/beam/pull/25364#discussion_r1102101840
##########
sdks/java/io/google-cloud-platform/build.gradle:
##########
@@ -27,6 +33,22 @@ applyJavaNature(
],
)
+// For resolving Cloud Bigtable dependencies from custom registry that
includes Change Stream API.
+repositories {
+ maven {
+ url
"artifactregistry://us-central1-maven.pkg.dev/cloud-bigtable-ecosystem/bigtable-change-streams-preview"
+ }
+}
+configurations.all {
+ resolutionStrategy {
+ force group: 'com.google.cloud', name: 'google-cloud-bigtable', version:
'2.11.2-change-streams-preview1-SNAPSHOT'
Review Comment:
Also created https://github.com/apache/beam/issues/25412 to track this
feature work.
--
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]