### Motivation We set the value of autoAck true by default. This is done so because users should not need to set another variable when executing regular simple functions. However for window functions, the window library does ack management by itself, which means autoAck should be set to false. However this means that for submitting windowing functions, users have to explicitly set autoAck to be false which is not the seemless experience. This pr automatically sets the autoAck to false for window functions
### Modifications Describe the modifications you've done. ### Result After your change, what will change. [ Full content available at: https://github.com/apache/incubator-pulsar/pull/2532 ] This message was relayed via gitbox.apache.org for [email protected]
