apache/pulsar

Creating Pulsar Window Function with max message retries

开放

#9,137 创建于 2021年1月6日

 (3 条评论) (0 个反应) (1 位负责人)Java (3,485 个派生)batch import
area/functionhelp wantedtype/bug

仓库指标

星标
 (13,697 个星标)
PR 合并指标
 (平均合并 3天 10小时) (30 天内合并 146 个 PR)

描述

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

贡献者指南