tonytanger commented on code in PR #25363: URL: https://github.com/apache/beam/pull/25363#discussion_r1099254508
########## sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigtable/BigtableIO.java: ########## @@ -182,6 +182,50 @@ * * }</pre> * + * <h3>Streaming Changes from Cloud Bigtable</h3> + * + * <p>Cloud Bigtable change streams enable users to capture and stream out mutations from their + * Cloud Bigtable tables in real-time. Cloud Bigtable change streams enable many use cases including + * integrating with a user’s data analytics pipelines, support audit and archival requirements as Review Comment: Thanks. Done! -- 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]
