This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new 9b59289a09d fix typos in books.tsx (#588)
9b59289a09d is described below
commit 9b59289a09d6ffb87087089fba527fed166aa69a
Author: Julien Jakubowski <[email protected]>
AuthorDate: Fri May 26 15:40:25 2023 +0200
fix typos in books.tsx (#588)
---
data/books.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/books.tsx b/data/books.tsx
index b02591a0bc0..6c63a5af2e0 100644
--- a/data/books.tsx
+++ b/data/books.tsx
@@ -30,7 +30,7 @@ export const resources: Record<Category, Resource[]> =
cover_image: '/img/books/pulsar-in-action.jpg',
description: (
<span>
- Apache Pulsar in Action is a comprehensive and practical guide to
building high-traffic applications with Pulsar.You’ll learn to use this mature
and battle- tested platform to deliver extreme levels of speed and durability
to your messaging.Apache Pulsar committer David Kjerrumgaard teaches you to
apply Pulsar’s seamless scalability through hands-on case studies, including
IOT analytics applications and a microservices app based on Pulsar functions.
+ Apache Pulsar in Action is a comprehensive and practical guide to
building high-traffic applications with Pulsar. You’ll learn to use this mature
and battle-tested platform to deliver extreme levels of speed and durability to
your messaging. Apache Pulsar committer David Kjerrumgaard teaches you to apply
Pulsar’s seamless scalability through hands-on case studies, including IOT
analytics applications and a microservices app based on Pulsar functions.
</span>
),
link: 'https://www.manning.com/books/apache-pulsar-in-action',