Skip to content

Module 1 labs - #1

Open
ness-david-dedu wants to merge 7 commits into
release-1.15from
feature/labs
Open

Module 1 labs#1
ness-david-dedu wants to merge 7 commits into
release-1.15from
feature/labs

Conversation

@ness-david-dedu

@ness-david-dedu ness-david-dedu commented Jul 9, 2024

Copy link
Copy Markdown
Owner

Implementation for the 4 laboratories presented in module 1.

Filtering a stream
Stateful enrichment
Windowed Analytics
ProcessFunction and Timers

public void onTimer(long timestamp, OnTimerContext context, Collector<Long> out) throws IOException {
TaxiRide ride = startTaxiRide.value();
out.collect(ride.rideId);
startTaxiRide.clear();

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What happens when start event arrives at t=0, then 3 hours elapse, and then the end event arrives?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants