You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/clusters-for-kafka/faq.mdx
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,15 +39,15 @@ We aim to improve and develop the product based on feedback received during the
39
39
40
40
### Is Scaleway's Clusters for Apache Kafka® based on the open-source Kafka framework?
41
41
42
-
Yes, Scaleway's Clusters for Apache Kafka is built on the open-source Apache Kafka framework. We use the Kafka API to ensure compatibility and leverage the robust features of the open-source ecosystem.
42
+
Yes, Scaleway's Clusters for Apache Kafka is built on the open-source Apache Kafka framework. We use the Kafka API to ensure compatibility and leverage the robust features of the open-source ecosystem.
43
43
44
44
## How is Apache Kafka® different to RabbitMQ and NATS?
45
45
46
46
Apache Kafka, RabbitMQ, and NATS are all messaging systems but serve different purposes and have distinct architectures.
47
47
48
48
- Apache Kafka is designed for high-throughput, real-time data streaming, and is topic-based, using the pull model. It can process large amounts of data in real-time with high concurrency and fault tolerance, and is ideal for stream processing, event sourcing, and big data applications.
49
-
- RabbitMQ is a versatile message broker that supports multiple protocols, and offers strong support for message delivery guarantees and reliability. It uses the push model, and is well-suited for traditional message queuing and task distribution.
50
-
-[NATS](/nats/) is a lightweight, high-performance subject-based messaging system focused on speed and simplicity, making it great for microservices.
49
+
- RabbitMQ is a versatile message broker that supports multiple protocols, and offers strong support for message delivery guarantees and reliability. It uses the push model, and is well-suited for traditional message queuing and task distribution.
50
+
-[NATS](/nats/) is a lightweight, high-performance subject-based messaging system focused on speed and simplicity, making it great for microservices.
51
51
52
52
Each system has its own strengths and is suited to different use cases depending on the requirements of the application.
53
53
@@ -56,4 +56,5 @@ Each system has its own strengths and is suited to different use cases depending
56
56
### How am I billed for Clusters for Apache Kafka®?
57
57
58
58
Clusters for Apache Kafka® are free of charge during Private Beta, and you will not be billed.
59
+
After the Private Beta, we are considering a usage-based pricing model that will be competitive with current market offerings.
0 commit comments