Skip to content

feat: add individual negative acknowledgement for async consumer - #282

Merged
BewareMyPower merged 5 commits into
apache:mainfrom
nachatz:main
Jan 17, 2026
Merged

feat: add individual negative acknowledgement for async consumer#282
BewareMyPower merged 5 commits into
apache:mainfrom
nachatz:main

Conversation

@nachatz

Copy link
Copy Markdown
Contributor

Motivation

Lacking async negative acknowledgment hinders the value and use of the async consumer.

Modifications

Adds async negative acknowledgment.

Issue

#279

@BewareMyPowerBewareMyPower added this to the 3.10.0 milestone Jan 14, 2026
@BewareMyPower

Copy link
Copy Markdown
Contributor

Actually the negativeAcknowledge method in the C++ implementation is non-blocking. But it's also okay to call it in asyncio thread.

@BewareMyPower
BewareMyPower merged commit 36d6fd6 into apache:mainJan 17, 2026
11 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@nachatz@BewareMyPower