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
Hi, thanks for this amazing library for kafka streams! I am using window-by-time function over a stream of transactions, but it seems to be doing hopping window instead of sliding window. How can I achieve sliding window functionality?
The text was updated successfully, but these errors were encountered:
As far as why jackdaw does not have it is because Jackdaw does not wrap 100% of Kstreams. Over time it has evolved but it evolves sooooooooooooo slow. I encourage you to create a pr 😄 cant guarantee it wil be looked at 😢
Hi, thanks for this amazing library for kafka streams! I am using
window-by-time
function over a stream of transactions, but it seems to be doing hopping window instead of sliding window. How can I achieve sliding window functionality?The text was updated successfully, but these errors were encountered: