Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove deprecated method from bigtable change-streams sample #8438

Merged
merged 1 commit into from
Jul 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bigtable/beam/change-streams/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>org.apache.beam</groupId>
<artifactId>beam-sdks-java-bom</artifactId>
<version>2.48.0</version>
<version>2.49.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
1 change: 0 additions & 1 deletion bigtable/beam/change-streams/src/main/java/SongRank.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ public static void main(String[] args) {
.withInstanceId(options.getBigtableInstanceId())
.withTableId(options.getBigtableTableId())
.withAppProfileId(options.getBigtableAppProfile())
.withHeartbeatDuration(Duration.standardSeconds(1))

)
// [END bigtable_cdc_tut_readchangestream]
Expand Down