We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15b4b40 commit bd0caa7Copy full SHA for bd0caa7
kafka/cluster.py
@@ -143,8 +143,8 @@ def update_metadata(self, metadata):
143
TopicPartition(topic, partition))
144
145
elif error_type is Errors.LeaderNotAvailableError:
146
- log.error("Topic %s is not available during auto-create"
147
- " initialization", topic)
+ log.warning("Topic %s is not available during auto-create"
+ " initialization", topic)
148
elif error_type is Errors.UnknownTopicOrPartitionError:
149
log.error("Topic %s not found in cluster metadata", topic)
150
elif error_type is Errors.TopicAuthorizationFailedError:
0 commit comments