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
{{ message }}
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.
If you initialize a KafkaClient without a port specifier in the hosts kwarg (eg KafkaClient(hosts="myhost.com")), you get a cryptic "list index out of range error". In these cases, KafkaClient should assume that the port is 9092 and attempt to connect.
The text was updated successfully, but these errors were encountered:
If you initialize a
KafkaClient
without a port specifier in thehosts
kwarg (egKafkaClient(hosts="myhost.com")
), you get a cryptic "list index out of range error". In these cases,KafkaClient
should assume that the port is9092
and attempt to connect.The text was updated successfully, but these errors were encountered: