1. Get Kafka running via Docker (docker network create, docker run — from earlier) 2. Write kafka_producer.py with a publish_book_event(action, book) function 3. Import and call that function inside your new POST /admin/books endpoint