This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 4d5b4a9b7e6f93f1d81d277ded1ae309dca23738
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Fri Sep 15 10:27:15 2023 +0200

    chore(doc): resum strategy core link
    
    Closes #3643
---
 addons/resume/resume.go               |  5 +++--
 docs/modules/traits/pages/resume.adoc |  5 +++--
 resources/traits.yaml                 | 16 ++++++++--------
 3 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/addons/resume/resume.go b/addons/resume/resume.go
index 8e92dd797..f593b9fc8 100644
--- a/addons/resume/resume.go
+++ b/addons/resume/resume.go
@@ -30,8 +30,9 @@ import (
 
 // 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 resume strategies.
+// This feature is meant to allow quick resume of processing by Camel K 
instances after they have been restarted.
+//
+// WARNING: this is an experimental implementation based on the support 
available on link:/components/next/eips/resume-strategies.html[Camel Core 
resume strategies].
 //
 // The Resume trait is disabled by default.
 //
diff --git a/docs/modules/traits/pages/resume.adoc 
b/docs/modules/traits/pages/resume.adoc
index e9a03f488..baa7e2916 100644
--- a/docs/modules/traits/pages/resume.adoc
+++ b/docs/modules/traits/pages/resume.adoc
@@ -3,8 +3,9 @@
 // Start of autogenerated code - DO NOT EDIT! (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 
resume strategies.
+This feature is meant to allow quick resume of processing by Camel K instances 
after they have been restarted.
+
+WARNING: this is an experimental implementation based on the support available 
on link:/components/next/eips/resume-strategies.html[Camel Core resume 
strategies].
 
 The Resume trait is disabled by default.
 
diff --git a/resources/traits.yaml b/resources/traits.yaml
index 5426e8202..5145f1520 100755
--- a/resources/traits.yaml
+++ b/resources/traits.yaml
@@ -1338,14 +1338,14 @@ traits:
   - OpenShift
   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 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"'
+    after they have been restarted. WARNING: this is an experimental 
implementation
+    based on the support available on 
link:/components/next/eips/resume-strategies.html[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

Reply via email to