Currently in line 26 of `kafka_producer.py` the tutorial uses `self.producer.send_messages()`. For the latest version of `kafka-python` this should be `self.producer.send()`.