apache/pulsar
Ver no GitHubCreating Pulsar Window Function with max message retries
Open
#9.137 aberto em 6 de jan. de 2021
area/functionhelp wantedtype/bug
Métricas do repositório
- Stars
- (13.697 stars)
- Métricas de merge de PR
- (Mesclagem média 3d 10h) (146 fundiu PRs em 30d)
Description
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:
- Create a window function with max message retry property
- 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