data-engineering-ecosystem icon indicating copy to clipboard operation
data-engineering-ecosystem copied to clipboard

Wrong method used to send in kafka-advanced wiki

Open tyaq opened this issue 8 years ago • 1 comments

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().

tyaq avatar Jan 14 '18 22:01 tyaq

Good catch @tyaq

emhoa avatar Jan 16 '18 14:01 emhoa