apache/pulsar

Creating Pulsar Window Function with max message retries

Open

#9,137 opened on 2021年1月6日

GitHub で見る
 (3 comments) (0 reactions) (1 assignee)Java (3,485 forks)batch import
area/functionhelp wantedtype/bug

Repository metrics

Stars
 (13,697 stars)
PR merge metrics
 (平均マージ 3d 10h) (30d で 146 merged PRs)

説明

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

コントリビューターガイド