1 2
#!/bin/bash kafka-topics --create --topic postgres_topic --bootstrap-server localhost:9092 --partitions 1 --replication-factor 1