Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix segfault with describe_topics and flaky connection
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.
- Loading branch information