Created
November 11, 2020 15:32
-
-
Save softwaredoug/fd0086639d951bc6b4f3cfde0e576526 to your computer and use it in GitHub Desktop.
timestamp policy for Kafka
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
new CustomTimestampPolicyWithLimitedDelay<Long, SearchQueryEvent>( | |
new GetSearchQueryTimestampFunction(), | |
Duration.standardMinutes(5), | |
previousWatermark | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment