Anonymitaet commented on code in PR #366:
URL: https://github.com/apache/pulsar-site/pull/366#discussion_r1064534476
##########
src/pages/case-studies.js:
##########
@@ -214,6 +226,12 @@ const csObj =
image: require("@site/static/img/getui.png").default,
description: "We adopted Pulsar for the new priority-based push
notification solution."
},
+ {
+ company: "NTT Software Innovation Center",
+ link: 'https://www.youtube.com/watch?v=o6Dt_LZCd3U',
+ image: require("@site/static/img/ntt_logo.jpg").default,
+ description: "Pulsar has a flexible design and its performance is
already good enough for many use cases. The NTT Software Innovation Center ran
different performance tests and implemented their own subscription model in
Pulsar to further improve its performance. This has allowed them to use one
Pulsar topic to support 100K consumers in their IoT scenario."
Review Comment:
```suggestion
description: "Pulsar has a flexible design and its performance is
already good enough for many use cases. The NTT Software Innovation Center ran
different performance tests and implemented its own subscription model in
Pulsar to further improve its performance. This has allowed them to use one
Pulsar topic to support 100K consumers in their IoT scenario."
```
--
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]