Skip to content

Commit

Permalink
Merge branch 'master' into bump_click_81
Browse files Browse the repository at this point in the history
  • Loading branch information
patkivikram authored Jan 3, 2022
2 parents 616a13b + d13a450 commit 1dd92ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/windowing/hopping.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/usr/bin/env python

# In this exapmple we have a function `publish_every_2secs` publishing a
# In this example we have a function `publish_every_2secs` publishing a
# message every 2 seconds to topic `hopping_topic`.
# We have created an agent `print_windowed_events` consuming events from
# `hopping_topic` that mutates the windowed table `hopping_table`.

# `hopping_table` is a table with hopping (overlaping) windows. Each of
# `hopping_table` is a table with hopping (overlapping) windows. Each of
# its windows is 10 seconds of duration, and we create a new window every 5
# seconds.
# |----------|
Expand Down

0 comments on commit 1dd92ac

Please sign in to comment.