You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This method first checks the local metadata cache for information about the topic. If the topic is not found (either because the topic does not exist, the user is not authorized to view the topic, or the metadata cache is not populated), then it will issue a metadata update call to the cluster.
Dupe of #1774. This has already been fixed on master in #1781... but not yet in a public release.
essentially some changes in 1.4.5 meant that the call would return None if the metadata hadn't yet been force fetched through another method, so we changed it to issue a call...
Hopefully we can get a release out in the next few weeks with this.
Sample code:
I get
{0, 1, 2, 3, 4, 5, 6, 7}
in 1.4.4 and earlier versions, andNone
in 1.4.5 and 1.4.6.Kafka version: 2.2.0
The text was updated successfully, but these errors were encountered: