Kafka Cloud Databases

Deployment and administration of Kafka сlusters in the cloud to manage messaging, delivery, data storage, and processing queues in real-time.

Cutting-edge high-performance hardware

We utilize Intel® Xeon® Gold processors and HI-IOPS NVMe disks to enhance service performance.

Easy management via a unified control panel

Choose configurations that align with your specific tasks. No need to handle settings manually as essential configurations are available in the control panel. You can also launch the service using Terraform and API.

One-stop shop for all your cloud services

Deploy Kafka clusters alongside managed Kubernetes. Connect PostgreSQL, MySQL, Redis, or object storage. Link all resources through the global router via the control panel.

Compliance with global security standards

The PostgreSQL service is certified and compliant with PCI DSS 3.2.1, ISO/IEC 27001, ISO/IEC 27017, and ISO/IEC 27018 safety standards.

Businesses from startups to enterprises have experienced our service quality firsthand

Calculate the cost of infrastructure per month

vCPU
10.35 USD
Local disk, GB
0.2 USD
Floating IP
2.99 USD
RAM, GB
4.63 USD
Backups, GB
0 USD
vCPU
13.43 USD
Local disk, GB
0.23 USD
Floating IP
4.67 USD
RAM, GB
4.99 USD
Backups, GB
0 USD
vCPU
12.33 USD
Local disk, GB
0.21 USD
Floating IP
2.99 USD
RAM, GB
5.68 USD
Backups, GB
0 USD

What’s included in the price

3 TB of external traffic per month

Automatic backup

SLA — 99,95%

24/7 technical support

Server management using API and Terraform

Protection against DDoS attacks

Unlimited traffic between Totalcloud products

TotalCloud delivers reliability, simplicity, and locally hosted infrastructure.

Availability zones in Germany, Netherlands, Uzbekistan, Kazakhstan, Georgia, and Armenia​

Dedicated Migration Service

Legal & Security / GDPR

Identity and Access Management service to manage roles and permissions

We accept Visa, MasterCard, American Express, Discover, UnionPay, Diners Club, and JCB credit cards.

SLA > 99,98%
Minimum level of
availability
PCI DSS
Payment data
under protection​
IaaS n PaaS
A wide range suitable
for any task
24/7
Free technical
support​

Complete guide to working with cloud databases

General information

Discover essential information about ready-to-use cloud databases descriptions, project details, quotas,more.

Learn More

Supported databases

Explore PostgreSQL, MySQL, Redis, and other databases. Understand their unique features and operational characteristics.

Learn More

Cloud database payment

Learn about the pricing, billing models, and payment processes.

Learn More

Use cloud databases with other Totalcloud products

Cloud Servers

Help during a sudden surge in load on a mobile app or website.

Learn More

Dedicated Servers

Suitable for static loads and situations where there are increased data security requirements.

Learn More

Global Router

Connects cloud and physical infrastructure within a region into a single private network for free.

Learn More

File Storage

Stores data for cloud and dedicated servers, Managed Kubernetes cluster nodes, and allows you to configure backups.

Learn More

Backup

A service for automating the creation of backups of physical and virtual machines, databases, files, and applications.

Learn More

Managed Kubernetes

A service for automating the deployment, scaling, and orchestration of containers.

Learn More

Data Analytics Virtual Machine

Pre-configured virtual servers for optimizing work with analytics, BI, and Machine Learning.

Learn More

Data Science Virtual Machine

Virtual servers for working with Python code in Jupyter, developing and training ML models.

Learn More

FAQ

What is Kafka as a Service and what are its advantages?

Apache Kafka is a distributed messaging system for real-time communication between server applications — a Data Bus. It implements a «publish-subscribe» model where applications can publish messages to specific topics, and other applications can subscribe to these topics to receive messages.

Key advantages of using Apache Kafka include:

— Ability to scale horizontally, allowing it to handle large amounts of data.

— High performance: Kafka is optimized for high throughput and low latency.

— Real-time stream processing, ensuring timely event awareness.

— Seamless integration with various systems such as databases, data warehouses, and stream processing systems.

— Ability to serve as a centralized repository for large amounts of data, functioning as an organization’s unified data store.

What are topics for in Kafka?

Topics group messages by themes. Users subscribe to topics created by producers. This allows them to view messages within that topic. For each topic, Apache Kafka maintains a message log, which can be divided into several partitions.

What are partitions in Kafka?

A partition consists of all the messages within a topic, ordered from newest to oldest. This structure allows users to see the most recent messages first within a topic.

What use cases can Kafka as a Service address?

Kafka helps solve various tasks such as:

— Collecting and aggregating events or logs from different sources (e.g., Clickstream).
— Simultaneous event delivery to multiple consumers. This feature is beneficial in scenarios where an event needs to be processed by several systems or services at the same time.
— Building Event-Sourcing or Event-Driven Systems. In such systems, events are stored in Kafka and used to update the local databases of microservices.
— Stream processing: In this case, Kafka serves as an intermediary storage for streaming data from one system to another.

Is backup available for Kafka rental at Totalcloud?

Currently, this functionality is not available, but our team is working on its implementation in the future.