tonytanger commented on code in PR #25364:
URL: https://github.com/apache/beam/pull/25364#discussion_r1102090605
##########
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:
This is merging into a feature branch. None of this will be included in when
merging into master branch. This is a temporary work around to get code logic
reviewed/compile/pass tests while we wait for Cloud Bigtable's java client to
catch up to include the new API.
We will remove all this before creating the PR to merge into master.
--
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]