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

Disallow ZK windowing by default. #825

Closed MichaelDrogalis closed 7 years ago

lbradstreet commented 7 years ago

Update the doc to say: "Allows window contents to be checkpointed with ZooKeeper. This is highly unadvised for anything but testing, as ZooKeeper checkpoints are not written asynchronously, are not automatically garbage collected, and ZooKeeper does not support znodes greater than 1MB."

Otherwise good to go.

MichaelDrogalis commented 7 years ago

Done.

lbradstreet commented 7 years ago

Merged!