Skip to content

Commit

Permalink
Merge pull request #1324 from Dippatel98:streaming-modes
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 605669185
  • Loading branch information
cloud-teleport committed Feb 9, 2024
2 parents 0072eed + 46c3d83 commit 9bdd965
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
boolean streaming() default false;

/** Indicates if the template supports at-least-once correctness. */
boolean supportsAtLeastOnce() default true;
boolean supportsAtLeastOnce() default false;

/** Indicates if the template supports exactly-once correctness. */
boolean supportsExactlyOnce() default true;
Expand Down

0 comments on commit 9bdd965

Please sign in to comment.