This is an automated email from the ASF dual-hosted git repository. tsato pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push: new e423ecb37 chore: regen traits.yaml e423ecb37 is described below commit e423ecb3756fc508d3e2d095eb172762dc4a82e1 Author: Tadayoshi Sato <sato.tadayo...@gmail.com> AuthorDate: Fri Sep 16 12:17:56 2022 +0900 chore: regen traits.yaml --- resources/traits.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/traits.yaml b/resources/traits.yaml index c0a356ce2..d7a3ecd3b 100755 --- a/resources/traits.yaml +++ b/resources/traits.yaml @@ -1092,13 +1092,13 @@ traits: description: 'The Resume trait can be used to manage and configure resume strategies. This feature is meant to allow quick resume of processing by Camel K instances after they have been restarted. This is an experimental implementation based on - the support available on Camel Core: https://camel.apache.org/components/next/eips/resume-strategies.html. - The Resume trait is disabled by default. The main different from the implementation - on Core is that it''s not necessary to bind the strategies to the registry. This - step will be done automatically by Camel K, after resolving the options passed - to the trait. A sample execution of this trait, using the Kafka backend (the only - one supported at the moment), would require the following trait options: -t resume.enabled=true - -t resume.resume-path=camel-file-sets -t resume.resume-server="address-of-your-kafka:9092"' + the support available on Camel Core resume strategies. The Resume trait is disabled + by default. The main different from the implementation on Core is that it''s not + necessary to bind the strategies to the registry. This step will be done automatically + by Camel K, after resolving the options passed to the trait. A sample execution + of this trait, using the Kafka backend (the only one supported at the moment), + would require the following trait options: -t resume.enabled=true -t resume.resume-path=camel-file-sets + -t resume.resume-server="address-of-your-kafka:9092"' properties: - name: enabled type: bool