How to Setup Apache Kafka Server on Ubuntu in GCP (Event Streaming Platform)

preview_player
Показать описание
How to Setup Apache Kafka Server on Ubuntu in GCP (Event Streaming Platform) : Apache Kafka is an open source distributed event streaming platform used by thousands of companies for high-performance data pipelines, streaming analytics, data integration, and mission-critical applications.

This video will show how you can setup Apache Kafka Server on GCP

Enjoy the Video.

⏰Timestamps⏰
00:00 Intro to Setup Apache Kafka Server on Ubuntu in GCP
00:23 Creating Event Streaming Platform Apache Kafka
00:57 Accessing SSH terminal
01:11 Start Kafka Environment
01:58 Start Kafka Broker Service
02:35 Creating a Kafka Topic
03:25 Write\Read Events
04:28 Outro of Setup Apache Kafka Server on Ubuntu in GCP

🔗 Apache Kafka Server on Ubuntu Server 20.04 on GCP Marketplace listing:

🔗 Apache Kafka Server on CentOS 8 Server on GCP Marketplace listing:

🔗 How to Setup Apache Kafka Server on GCP(Step-by-step BlogPost):

Apache Kafka Features:
-Scalability - Handles scalability in all four dimensions, i.e. event producers, event processors, event consumers and event connectors.
-High-Volume - Can work with huge volumes of data streams.
-Data Transformations - Kafka offers provision for deriving new data streams using the data streams from producers.
-Fault Tolerance - The Kafka cluster can handle failures with the masters and databases.
-Reliability - Distributed, partitioned, replicated and fault tolerant.
-Durability - Configurable automatic reply sent out when a new ticket is opened or a message is received.
-Performance - Kafka has high throughput. Even if TBs of messages is stored, it maintains stable performance.
-Zero Downtime - Zero downtime and zero data loss.
-Extensibility - Apps can plug in and use Kafka
-Replication - Replicate the events
Рекомендации по теме
Комментарии
Автор

🔗 Apache Kafka Server on Ubuntu Server 20.04 on GCP Marketplace listing:

🔗 Apache Kafka Server on CentOS 8 Server on GCP Marketplace listing:

🔗 How to Setup Apache Kafka Server on GCP(Step-by-step BlogPost):

cloudinfrastructureservices
Автор

This is a great tutorial on setting up Apache Kafka on GCP. Thanks so much for providing. Subscribed.

rj_nelson_
Автор

The only problem is that I cannot imagine how to access with my application, most of the time I'm not accessing my Kafka on the same machine or via cli.

iamantoniosouza