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()`.
Currently in line 26 of
kafka_producer.pythe tutorial usesself.producer.send_messages().For the latest version of
kafka-pythonthis should beself.producer.send().