-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[v2.5.0] Functions dead-letter-topic parameter not supported #6084
Comments
@frejonb I don't think python function supports this feature yet. @Anonymitaet we need to improve the documentation about this part. |
The dead letter topic support in java functions also has one problem. #6101 is used for addressing the problem in java functions. Python functions doesn't support this feature at all. |
…ng (apache#6101) *Motivation* Related to apache#6084 apache#5400 introduces `customRuntimeOptions` in function details. But the description was wrong. The mistake was probably introduced by bad merges. *Modification* Fix the argument and description for `deadletterTopic` and `customRuntimeOptions`.
…ng (apache#6101) *Motivation* Related to apache#6084 apache#5400 introduces `customRuntimeOptions` in function details. But the description was wrong. The mistake was probably introduced by bad merges. *Modification* Fix the argument and description for `deadletterTopic` and `customRuntimeOptions`. (cherry picked from commit c6e258d)
…ng (#6101) *Motivation* Related to #6084 #5400 introduces `customRuntimeOptions` in function details. But the description was wrong. The mistake was probably introduced by bad merges. *Modification* Fix the argument and description for `deadletterTopic` and `customRuntimeOptions`. (cherry picked from commit c6e258d)
…ng (apache#6101) *Motivation* Related to apache#6084 apache#5400 introduces `customRuntimeOptions` in function details. But the description was wrong. The mistake was probably introduced by bad merges. *Modification* Fix the argument and description for `deadletterTopic` and `customRuntimeOptions`. (cherry picked from commit c6e258d)
@sijie Looks we can move this issue to 2.7.0 and we can add a help-wanted tag. If anyone contributes this feature before 2.6.0 release, we can move it back. |
The doc is updated and merged, here is the PR link: #6980 |
…ng (apache#6101) *Motivation* Related to apache#6084 apache#5400 introduces `customRuntimeOptions` in function details. But the description was wrong. The mistake was probably introduced by bad merges. *Modification* Fix the argument and description for `deadletterTopic` and `customRuntimeOptions`.
Describe the bug
In the Functions reference https://pulsar.apache.org/docs/en/functions-cli/ it shows a parameter
dead-letter-topic
. When using it, it is passed to/pulsar/instances/python-instance/python_instance_main.py
under the--function_details
json asBut
customRuntimeOptions
is not recognized:To Reproduce
Steps to reproduce the behavior:
--dead-letter-topic
argumentExpected behavior
Function should be configured correctly
Desktop (please complete the following information):
Additional context
pulsar tag v2.5.0
The text was updated successfully, but these errors were encountered: