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 75b341f7e2e188596606fe7ce78cb42fa39e3781 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue May 11 13:21:26 2021 +0200 Kafka Not Secured Source Kamelet: Added options --- kafka-not-secured-source.kamelet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kafka-not-secured-source.kamelet.yaml b/kafka-not-secured-source.kamelet.yaml index 55a93e2..bb7e1a6 100644 --- a/kafka-not-secured-source.kamelet.yaml +++ b/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"
