You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by Yijie Shen <he...@gmail.com> on 2019/12/13 10:05:46 UTC

PIP-53: Keyed window function

Hi all,

Recently, we are facing with the demand to mimic Apache Flink's keyed
window operator in Pulsar Functions.

This is because, with simple keyed window functions, we could remove the
need to deploy and run a separate computing cluster with little
computations to do.

Therefore, I've drafted PIP-53: Keyed window function to enable this
feature in Pulsar.

This design doc is available at
https://docs.google.com/document/d/1C9QbtBknIUd2yjFwa5yG8Enr8RkCDMqiEV-5mglyqr4/edit#

Please help to review, any ideas are welcome.

Best,
Yijie