This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit dd556129fadd8945fa0938139aabc37f0702b94b Author: Andrea Cosentino <[email protected]> AuthorDate: Tue May 11 13:21:46 2021 +0200 Regen catalog --- .../src/main/resources/kamelets/kafka-not-secured-source.kamelet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/camel-kamelets-catalog/src/main/resources/kamelets/kafka-not-secured-source.kamelet.yaml b/library/camel-kamelets-catalog/src/main/resources/kamelets/kafka-not-secured-source.kamelet.yaml index 55a93e2..bb7e1a6 100644 --- a/library/camel-kamelets-catalog/src/main/resources/kamelets/kafka-not-secured-source.kamelet.yaml +++ b/library/camel-kamelets-catalog/src/main/resources/kamelets/kafka-not-secured-source.kamelet.yaml @@ -61,6 +61,6 @@ spec: autoCommitEnable: "{{autoCommitEnable}}" allowManualCommit: "{{allowManualCommit}}" pollOnError: "{{pollOnError}}" - autoOffsetReset: "{{pollOnError}}" + autoOffsetReset: "{{autoOffsetReset}}" steps: - to: "kamelet:sink"
