Details
-
Bug
-
Status: Resolved
-
P2
-
Resolution: Fixed
-
2.38.0
Description
The `WatermarkParameters` builder for the Kinesis watermark policy doesn't retain previously set values, which means you can only set either `timestampFn` or `idleDurationThreshold`, but not both.
The issue is that the exposed methods call `builder()` instead of `toBuilder()`, losing the previous values.
Attachments
Issue Links
- links to