You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by si...@apache.org on 2019/08/05 06:41:11 UTC

[pulsar] branch master updated: Added Pulsar in Action book (#4781)

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

sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 5ff464b  Added Pulsar in Action book (#4781)
5ff464b is described below

commit 5ff464b58acf4a96cbee4e68e3889021b5574ceb
Author: David Kjerrumgaard <35...@users.noreply.github.com>
AuthorDate: Sun Aug 4 23:41:06 2019 -0700

    Added Pulsar in Action book (#4781)
---
 site2/website/data/resources.js | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/site2/website/data/resources.js b/site2/website/data/resources.js
index 9ca95c8..6e9e108 100644
--- a/site2/website/data/resources.js
+++ b/site2/website/data/resources.js
@@ -192,7 +192,13 @@ module.exports = {
         forum_link: 'https://debezium.io/blog',
         title: 'Tutorial for Using Debezium Connectors With Apache Pulsar',
         link: 'https://debezium.io/blog/2019/05/23/tutorial-using-debezium-connectors-with-apache-pulsar/'
-    }
+    },
+    {
+     	forum: 'Pulsar in Action',
+     	forum_link: 'https://www.manning.com/books/pulsar-in-action',
+     	title: "Pulsar in Action",
+     	link: 'https://www.manning.com/books/pulsar-in-action'
+     }
   ],
   presentations: [
     {