- Zookeeper and the Kafka broker are running and want to connect via SSL handshake.
- Both services have:
- Their own CA-signed certificate in the keystore.
- The same CA certificate (ca-cert) from the CA in the truststore.
- The broker sends its CA-signed certificate to Zookeeper.
- Zookeeper verifies the broker's certificate using the CA certificate (ca-cert) in its truststore.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CREATE TABLE build_logs ( | |
id UUID, | |
deployment_id String, | |
log String, | |
created_at DateTime | |
) | |
ENGINE = MergeTree | |
ORDER BY (created_at); |
Video Link: Apache Kafka Crash Course | What is Kafka?
- Knowledge
- Node.JS Intermediate level
- Experience with designing distributed systems
- Tools
- Node.js: Download Node.JS
- Docker: Download Docker
- VsCode: Download VSCode