You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's say you want to count total number of views for each user, but these views can be generated in millions.
I use TUMBLING window and group by 10 min.
How to make is written to out kafka topic only the final window result then window close intead write out per every update?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Input kafka => ETL => out to kafka.
Let's say you want to count total number of views for each user, but these views can be generated in millions.
I use TUMBLING window and group by 10 min.
How to make is written to out kafka topic only the final window result then window close intead write out per every update?
Beta Was this translation helpful? Give feedback.
All reactions