kafka-python Pub-Sub 모델 Kafka base code #Get apache-kafka container docker pull apache/kafka docker run -p 9092:9092 apache/kafka:[version] python -m pip install kafka-python python -m pip install aiokafka Docs https://kafka-python.readthedocs.io/en/latest/index.html https://aiokafka.readthedocs.io/en/stable/index.html# https://hub.docker.com/r/apache/kafka