onyx-platform / onyx

Distributed, masterless, high performance, fault tolerant data processing
http://www.onyxplatform.org
Eclipse Public License 1.0
2.05k stars 205 forks source link

user-guide on 0.11.x is not up to date #806

Closed eriktjacobsen closed 6 years ago

eriktjacobsen commented 7 years ago

In looking over the release notes, these seem to be missing from the guide:

BREAKING CHANGE :onyx.refinements/discarding and :onyx.refinements/accumulating have been removed. To retain current behaviour, use :trigger/post-evictor :all BREAKING CHANGE :aggregation/create-state-update fn signature has changed from (window, state, segment) to (window, segment). achieve discarding behaviour, and delete the refinement to achieve accumulating behaviour as the accumulating refinement did nothing. :trigger/post-evictor has been added, which improves window cleanup for flushed window extents.

lbradstreet commented 7 years ago

Thank you. I will update it. We’ve been treating the cheat sheet as the authoritative source, but I still need to update the guide. Thanks!

On 5 Oct 2017, at 15:36, Erik Jacobsen notifications@github.com wrote:

In looking over the release notes, these seem to be missing from the guide:

BREAKING CHANGE :onyx.refinements/discarding and :onyx.refinements/accumulating have been removed. To retain current behaviour, use :trigger/post-evictor :all BREAKING CHANGE :aggregation/create-state-update fn signature has changed from (window, state, segment) to (window, segment). achieve discarding behaviour, and delete the refinement to achieve accumulating behaviour as the accumulating refinement did nothing. :trigger/post-evictor has been added, which improves window cleanup for flushed window extents.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.