michaeljmarshall commented on code in PR #349:
URL: https://github.com/apache/pulsar-site/pull/349#discussion_r1084383786
##########
src/pages/index.js:
##########
@@ -191,7 +190,9 @@ export default function Home() {
/>
<SubHeroBlock
heading="What is Apache Pulsar?"
- content="Apache Pulsar is a cloud-native, multi-tenant,
high-performance solution for server-to-server messaging and queuing built on
the publisher-subscribe (pub-sub) pattern. Pulsar combines the best features of
a traditional messaging system like RabbitMQ with those of a pub-sub system
like Apache Kafka – scaling up or down dynamically without downtime. It's
used by thousands of companies for high-performance data pipelines,
microservices, instant messaging, data integrations, and more."
+ content="Apache Pulsar is an all-in-one messaging and streaming
platform. Messages can be consumed and acknowledged individually or consumed as
streams with less than 5ms of latency. Its layered architecture allows rapid
scaling across hundreds of nodes, without data reshuffling. Its features
include multi-tenancy with resource separation and access control,
geo-replication across regions, tiered storage and support for five official
client languages. It supports up to one million unique topics and is designed
to simplify your application architecture.
+
+Pulsar is a Top 10 Apache Software Foundation project and has a vibrant and
passionate community and user base spanning small companies and large
enterprises."
Review Comment:
Yes, that's the link I was referencing.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]