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 2024/03/29 15:46:56 UTC

(camel) branch main updated: Fix doc xref

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


The following commit(s) were added to refs/heads/main by this push:
     new 1741a358932 Fix doc xref
1741a358932 is described below

commit 1741a358932235051752d3a44b049d5547440b0e
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Mar 29 16:46:41 2024 +0100

    Fix doc xref
---
 .../src/main/docs/google-pubsub-lite-component.adoc               | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/components/camel-google/camel-google-pubsub-lite/src/main/docs/google-pubsub-lite-component.adoc b/components/camel-google/camel-google-pubsub-lite/src/main/docs/google-pubsub-lite-component.adoc
index 3c4aea08ae9..9eaee8b0362 100644
--- a/components/camel-google/camel-google-pubsub-lite/src/main/docs/google-pubsub-lite-component.adoc
+++ b/components/camel-google/camel-google-pubsub-lite/src/main/docs/google-pubsub-lite-component.adoc
@@ -15,11 +15,12 @@
 
 *{component-header}*
 
-The Google Pubsub Lite component provides access
+The Google PubSub Lite component provides access
 to https://cloud.google.com/pubsub/[Cloud Pub/Sub Lite Infrastructure] via
 the https://github.com/googleapis/java-pubsublite[Google Cloud Pub/Sub Lite Client for Java].
 
-The standard https://camel.apache.org/components/google-pubsub-component.html[Google Pub/Sub connector] isn't compatible with Pub/Sub Lite service due to API and message model differences. Please refer to the following links to learn more about these differences:
+The standard xref:google-pubsub-component[Google Pub/Sub component] isn't compatible with Pub/Sub Lite service due to API and message model differences.
+Please refer to the following links to learn more about these differences:
 
 * https://cloud.google.com/pubsub/docs/overview#lite[Pub/Sub Lite Overview]
 * https://cloud.google.com/pubsub/docs/choosing-pubsub-or-lite[Choosing between Pub/Sub or Pub/Sub Lite]
@@ -39,7 +40,7 @@ for this component:
 
 == URI Format
 
-The Google Pubsub Component uses the following URI format:
+The Google PubSub Component uses the following URI format:
 
 ----
 google-pubsub-lite://project-id:location:destinationName?[options]
@@ -78,6 +79,7 @@ A Map set as message header `GooglePubsubConstants.ATTRIBUTES` will be sent as P
 When producing messages set the message header `GooglePubsubConstants.ORDERING_KEY` . This will be set as the PubSub Lite orderingKey for the message. More information in https://cloud.google.com/pubsub/lite/docs/publishing#using_ordering_keys[Using ordering keys].
 
 == Consumer Endpoints
+
 Google PubSub Lite will redeliver the message if it has not been acknowledged within the time period set as a configuration option on the subscription.
 
 The component will acknowledge the message once exchange processing has been completed.