Skip to content

Commit 4dd7376

Browse files
docs: correct typo in Kafka Cluster description
1 parent f0b3f12 commit 4dd7376

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This application is primarily intended for exploring technical concepts. My goal
99
- Hybrid communication model utilizing `gRPC` for high-performance, synchronous inter-service calls alongside an `Event-Driven Architecture (EDA)` with `Apache Kafka` for persistent event streaming, `Redis Pub/Sub` for real-time broadcasting, and `Asynq` for distributed task scheduling
1010
- `Clean Architecture` (entity, repository, service, handler) with `Domain-Driven Design (DDD)` principles across all services
1111
- Each microservice has its own dedicated `PostgreSQL` database instance
12-
- 3-node `Kafka Cluster` running on `KRaft mode` (ZooKeeper-free)
12+
- 3-broker `Kafka Cluster` running on `KRaft mode` (ZooKeeper-free)
1313
- 6-node `Redis Cluster` (3 masters + 3 replicas)
1414
- Unified observability pipeline using `OpenTelemetry` combined with LGTM stack (`Loki, Grafana, Tempo, Prometheus`) and `Alloy` as telemetry collector
1515
- Two local development options:

0 commit comments

Comments
 (0)