You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/03/02 12:11:54 UTC

[camel-kafka-connector-examples] branch master updated: Add Google Pubsub sink example

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector-examples.git


The following commit(s) were added to refs/heads/master by this push:
     new f2fe173  Add Google Pubsub sink example
f2fe173 is described below

commit f2fe173160ed681c2d59a268d4fdb05caf64f714
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 2 13:11:32 2021 +0100

    Add Google Pubsub sink example
---
 README.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.adoc b/README.adoc
index aca1b1a..f1d60a2 100644
--- a/README.adoc
+++ b/README.adoc
@@ -26,7 +26,7 @@ List of existing examples:
 - Github source multiple examples
 - Google Calendar Stream source example
 - Google Mail Stream source example
-- Google PubSub source examples
+- Google PubSub source and sink examples
 - Google Sheets Stream source examples
 - Infinispan source and sink examples
 - JDBC sink example