You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/03/02 10:22:37 UTC

[camel] branch main updated (99e072a -> 48fc6af)

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

davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 99e072a  Add resumable EIP to model
     new e577960  Add resumable EIP to docs
     new 48fc6af  Regen

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/main/docs/google-secret-manager-component.adoc                | 2 +-
 .../src/main/docs/modules/eips/examples/json/resumable.json           | 1 +
 .../main/docs/modules/eips/pages/enterprise-integration-patterns.adoc | 4 ++++
 3 files changed, 6 insertions(+), 1 deletion(-)
 create mode 120000 core/camel-core-engine/src/main/docs/modules/eips/examples/json/resumable.json

[camel] 01/02: Add resumable EIP to docs

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit e5779607adc0680cf5db028097ffadf7c04a6d31
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Mar 2 11:17:09 2022 +0100

    Add resumable EIP to docs
---
 .../main/docs/modules/eips/pages/enterprise-integration-patterns.adoc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/core/camel-core-engine/src/main/docs/modules/eips/pages/enterprise-integration-patterns.adoc b/core/camel-core-engine/src/main/docs/modules/eips/pages/enterprise-integration-patterns.adoc
index da0ea9e..67aa043 100644
--- a/core/camel-core-engine/src/main/docs/modules/eips/pages/enterprise-integration-patterns.adoc
+++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/enterprise-integration-patterns.adoc
@@ -280,6 +280,10 @@ a|image::eip/MessageFilterIcon.gif[image]
 |xref:idempotentConsumer-eip.adoc[Idempotent Consumer] |How can a message
 receiver deal with duplicate messages?
 
+a|image::eip/MessageFilterIcon.gif[image]
+|xref:resume-strategies.adoc[Resumable Consumer] |How can a message
+receiver resume from last known offset?
+
 a|image::eip/TransactionalClientIcon.gif[image]
 |xref:transactional-client.adoc[Transactional Client] |How can a client
 control its transactions with the messaging system?

[camel] 02/02: Regen

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 48fc6afd817b81190b28b5e253c67e3a18539a22
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Mar 2 11:21:47 2022 +0100

    Regen
---
 .../src/main/docs/google-secret-manager-component.adoc                  | 2 +-
 .../src/main/docs/modules/eips/examples/json/resumable.json             | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/components/camel-google/camel-google-secret-manager/src/main/docs/google-secret-manager-component.adoc b/components/camel-google/camel-google-secret-manager/src/main/docs/google-secret-manager-component.adoc
index 751dc27..d3b5936 100644
--- a/components/camel-google/camel-google-secret-manager/src/main/docs/google-secret-manager-component.adoc
+++ b/components/camel-google/camel-google-secret-manager/src/main/docs/google-secret-manager-component.adoc
@@ -84,7 +84,7 @@ include::partial$component-endpoint-options.adoc[]
 
 // endpoint options: END
 
-==== Using GCP Secret Manager Properties Source
+=== Using GCP Secret Manager Properties Source
 
 To use GCP Secret Manager you need to provide _serviceAccountKey_ file and GCP _projectId_.
 This can be done using environmental variables before starting the application:
diff --git a/core/camel-core-engine/src/main/docs/modules/eips/examples/json/resumable.json b/core/camel-core-engine/src/main/docs/modules/eips/examples/json/resumable.json
new file mode 120000
index 0000000..6e78933
--- /dev/null
+++ b/core/camel-core-engine/src/main/docs/modules/eips/examples/json/resumable.json
@@ -0,0 +1 @@
+../../../../../../../../camel-core-model/src/generated/resources/org/apache/camel/model/resumable.json
\ No newline at end of file