Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support "MANUAL" processing guarantee #636

Closed
nlu90 opened this issue May 9, 2023 · 1 comment · Fixed by #637
Closed

support "MANUAL" processing guarantee #636

nlu90 opened this issue May 9, 2023 · 1 comment · Fixed by #637
Assignees

Comments

@nlu90
Copy link
Contributor

nlu90 commented May 9, 2023

Pulsar Community introduced MANUAL processing guarantee. We need to support it:

    --processing-guarantees
      The processing guarantees (aka delivery semantics) applied to the
      function #Java, Python, Go
      Possible Values: [ATLEAST_ONCE, ATMOST_ONCE, EFFECTIVELY_ONCE, MANUAL]

enum ProcessingGuarantees {

@nlu90 nlu90 added this to the 2023-05 v0.14.0 milestone May 9, 2023
@jiangpengcheng jiangpengcheng self-assigned this May 10, 2023
@jiangpengcheng
Copy link
Member

duplicate with #440, I will handle it

@jiangpengcheng jiangpengcheng mentioned this issue May 10, 2023
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants