-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
kafka-python/kafka/producer/kafka.py
Line 711 in bd557da
all_partitions = sorted(self._metadata.partitions_for_topic(topic)) |
Intermittently getting this issue - not sure what is going on - I'm intending for topics to be auto-created. So obviously they don't have partitions. Though it still manages to work overall somehow. Perhaps if I'm pushing one message, and the topic is being created, and doesn't yet have any partitions, then pushing second message to the same topic would produce this error. Very strange error, and I'm getting it a lot!
Metadata
Metadata
Assignees
Labels
No labels