Open JianFeiWang opened 4 years ago
this error happend when i run the Quick Start demo
You can specify the kafka version when init app(producer_api_version).
app = faust.App(
'hello-world',
broker='kafka://localhost:9092',
producer_api_version='0.10.2',
)
faust.exceptions.ProducerSendError: Error while sending: UnsupportedVersionError('Headers not supported before Kafka 0.11')