apache/pulsar

Creating Pulsar Window Function with max message retries

Open

#9,137 建立於 2021年1月6日

在 GitHub 查看
 (3 留言) (0 反應) (1 負責人)Java (3,485 fork)batch import
area/functionhelp wantedtype/bug

倉庫指標

Star
 (13,697 star)
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

貢獻者指南