How to startup Apache-Zookeeper in docker.
- Server_01 + JDK 8: port 2180
- Server_02 + JDK 8: port 2180
- Server_03 + JDK 8: port 2180
How to startup Apache-Kafka in docker.
- Apache-Kafka with 3 brokers:
- broker 00: port 9092
- broker 01: port 9093
- broker 02: port 9094
All Kafka agents working on a topic (name = topic_01), with replication factor = 3 and partitioning = 1.
How to startup PostgreSQL + pgAdmin + Python 3.10 in docker.
- PostgreSQL: port 5432
- pgAdmin: port 80
The Producer and Consumers are running on the database server (PostgreSQL), as a client. All machines are on the same network.
All servers are running on Linux Ubuntu Operational System.
sudo apt-get install libcppdb-postgresql0 odbc-postgresql