-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Open
Labels
type/enhancementThe enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messagesThe enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messages
Description
Search before reporting
- I searched in the issues and found nothing similar.
Motivation
Currently there's no way to explicly nack messages in Python functions.
Use case:
This would be useful in using a Python function as a dynamic router that forwards Pulsar messages to multiple other topics. In such a Pulsar function, it would be necessary to configure autoAck to false and handle acknowledgement only after the forwarded message has be successfully sent to the destination topic.
If this fails, the input message should be negatively acknowledged.
Solution
Add negative acknowledgement support to Pulsar Functions Python library and implementation.
Alternatives
No response
Anything else?
No response
Are you willing to submit a PR?
- I'm willing to submit a PR!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type/enhancementThe enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messagesThe enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messages