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
Fix segfault with describe_topics and flaky connection (confluentinc#1692)
If you call describe_topics on a flaky connection, sometimes the
admin client reply has the host set to a null pointer. When this
occurs, instead of segfaulting, report the host as None.
0 commit comments