You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pubsublite-beam-io/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ into the allowlist and launch the pipeline with `--experiments=use_runner_v2`.
9
9
<dependency>
10
10
<groupId>com.google.cloud</groupId>
11
11
<artifactId>pubsublite-beam-io</artifactId>
12
-
<version>0.13.1</version>
12
+
<version>0.14.2</version>
13
13
</dependency>
14
14
```
15
15
1. Create a topic using [`gcloud pubsub lite-topics create`](https://cloud.google.com/sdk/gcloud/reference/pubsub/lite-topics/create)
@@ -84,4 +84,4 @@ into the allowlist and launch the pipeline with `--experiments=use_runner_v2`.
84
84
85
85
1. Aggregate transforms after fixed windowing will not emit elements in the
86
86
DirectRunner for Pub/Sub Lite I/O unless you explicitly fire after watermark
87
-
triggers, or use processing-time triggers instead.
87
+
triggers, or use processing-time triggers instead.
0 commit comments