Esakkimuthu991 opened a new issue #9137: URL: https://github.com/apache/pulsar/issues/9137
**Describe the bug** Am creating a pulsar window function with max message retry property using java runtime the expectation is to not allow to create window function. but it is creating the function. **To Reproduce** Steps to reproduce the behavior: 1. Create a window function with max message retry property 2. window function created **Expected behavior** Window function should handle exception when we provide max-message-retry for creating the window function Pulsar version :2.7.0 **Additional context** By default auto-ack is false for window function so when we provide max-message-retry it should handle exception ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
