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

lhotari 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 9dd8344f5d0 Update Case Studies page with Attentive blog post (#1001)
9dd8344f5d0 is described below

commit 9dd8344f5d05530fd76958b7b9c919ce01648ffa
Author: danish-rehman <[email protected]>
AuthorDate: Mon Apr 14 00:02:11 2025 -0700

    Update Case Studies page with Attentive blog post (#1001)
---
 data/case-studies.ts          | 10 ++++++++++
 static/img/Attentive_Logo.svg |  3 +++
 2 files changed, 13 insertions(+)

diff --git a/data/case-studies.ts b/data/case-studies.ts
index 8c3ceaad50f..5920178dea1 100644
--- a/data/case-studies.ts
+++ b/data/case-studies.ts
@@ -1,6 +1,7 @@
 export const categories = [
   'financial_services',
   'healthcare',
+  'marketing',
   'software_it',
   'telecom',
   'retail',
@@ -12,6 +13,7 @@ export type Category = typeof categories[number];
 export const categoryLabels: Record<Category, string> = {
   financial_services: 'Financial Services',
   healthcare: 'Healthcare',
+  marketing: 'Marketing',
   software_it: 'Software & IT',
   telecom: 'Telecom',
   retail: 'Retail',
@@ -52,6 +54,14 @@ export const resources: Record<Category, Resource[]> =
       description: "We found Pulsar, an alternative we really liked from the 
development point of view—the client is really nice, as well as from the 
operational point of view; it supports separate bookies and less load on 
ZooKeeper."
     },
   ],
+  marketing: [
+    {
+      company: "Attentive",
+      link: 'https://tech.attentive.com/articles/goodbye-distributed-locks',
+      image: '/img/Attentive_Logo.svg',
+      description: "Attentive, the AI marketing platform for leading brands, 
relies on Apache Pulsar as the backbone of its messaging system—ensuring the 
delivery of billions of messages with exceptional reliability and scale. 
Pulsar's built-in subscription types helped provide mutual exclusivity at 
scale, while maintaining high throughput and fault tolerance — and enabled us 
to meet critical business requirements without a massive infrastructure rehaul."
+    }
+  ],
   software_it: [
     {
       company: "Appen China",
diff --git a/static/img/Attentive_Logo.svg b/static/img/Attentive_Logo.svg
new file mode 100644
index 00000000000..8cc953d1161
--- /dev/null
+++ b/static/img/Attentive_Logo.svg
@@ -0,0 +1,3 @@
+<svg width="186" height="32" viewBox="0 0 186 32" fill="none" 
xmlns="http://www.w3.org/2000/svg";>
+<path d="M183.382 9.57232C183.382 8.87096 182.885 8.40338 182.067 
8.40338L180.459 8.4326L180.489 11.9979H181.365V10.7705H181.891L182.651 
11.9979H183.674L182.768 10.6244C182.956 10.5204 183.111 10.3678 183.219 
10.1826C183.327 9.99748 183.383 9.78665 183.382 9.57232ZM181.891 
10.0399H181.336V9.13397H181.979C182.095 9.12128 182.211 9.15368 182.304 
9.22443C182.396 9.29517 182.458 9.39883 182.476 9.51388V9.54311C182.474 9.61534 
182.456 9.68631 182.425 9.75143C182.394 9.81655 182.349 9.87437 18 [...]
+</svg>

Reply via email to