Kafka - Kubernetes and Cloud Deployment
You wrote this code to consume messages from a Confluent Cloud topic:
But you get an error: 'NoneType' object has no attribute 'value'. What is the likely cause?
consumer.subscribe(['payments']) message = consumer.poll(1.0) print(message.value())
But you get an error: 'NoneType' object has no attribute 'value'. What is the likely cause?
