Created
March 6, 2019 16:05
-
-
Save brachi-wernick/c312852c2c534e8c44c30c4615600634 to your computer and use it in GitHub Desktop.
UsingSideInput
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
.apply(Window.into(FixedWindows.of(Duration.standardSeconds(1)))) | |
.apply("extract-events", ParDo.of(new EventsRowFn(sideView)).withSideInputs(sideView)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment