Skip to content

[improve][broker] PIP-423: Add a new admin API to acknowledge a single message#17

Open
Denovo1998 wants to merge 21 commits into
masterfrom
delay_msg_cancel
Open

[improve][broker] PIP-423: Add a new admin API to acknowledge a single message#17
Denovo1998 wants to merge 21 commits into
masterfrom
delay_msg_cancel

test(service): Remove unused import from BucketDelayedDeliveryTest

c7df916
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Feb 24, 2026 in 3s

2 new alerts including 2 critical severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 2 critical

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 101 in pulsar-common/src/main/java/org/apache/pulsar/common/util/collections/OpenLongPairRangeSet.java

See this annotation in the file changed.

Code scanning / CodeQL

User-controlled data in numeric cast Critical

This cast to a narrower type depends on a
user-provided value
, potentially causing truncation.
This cast to a narrower type depends on a
user-provided value
, potentially causing truncation.

Check failure on line 109 in pulsar-common/src/main/java/org/apache/pulsar/common/util/collections/OpenLongPairRangeSet.java

See this annotation in the file changed.

Code scanning / CodeQL

User-controlled data in numeric cast Critical

This cast to a narrower type depends on a
user-provided value
, potentially causing truncation.
This cast to a narrower type depends on a
user-provided value
, potentially causing truncation.