We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
multiValue
The kafka component, has an additionalProperties parameter that is not supported in Kaoto.
kafka
additionalProperties
The multiValue property should be used to signal that the parameters should be prefixed like the following:
parameters: prefix.param1: value prefix.param2: value prefix.param3: value
The text was updated successfully, but these errors were encountered:
Example: https://github.com/apache/camel-kamelets/blob/744116750a75e9b16fdb121e0124e871bb02304c/kamelets/kafka-azure-schema-registry-sink.kamelet.yaml#L140
Sorry, something went wrong.
tplevko
Successfully merging a pull request may close this issue.
The
kafka
component, has anadditionalProperties
parameter that is not supported in Kaoto.The
multiValue
property should be used to signal that the parameters should be prefixed like the following:The text was updated successfully, but these errors were encountered: