We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm able to run both Zookeeper and Kafka but when I run CLI command I get this error:
Loading .env environment variables… [2020-04-25 16:47:22,700: INFO]: [^Worker]: Starting... [2020-04-25 16:47:22,700: INFO]: Searching tweets with track: coronavirus [2020-04-25 16:47:22,701: INFO]: first connection to the stream [2020-04-25 16:47:22,870: INFO]: decoding data as json [2020-04-25 16:47:22,906: INFO]: decoding data as json [2020-04-25 16:47:23,011: INFO]: Sending event for hashtag: rusia [2020-04-25 16:47:23,039: INFO]: [^-Producer]: Starting... [2020-04-25 16:47:23,043: ERROR]: Unable connect to "none:9092": [Errno 8] nodename nor servname provided, or not known [2020-04-25 16:47:23,044: INFO]: [^-Producer]: Stopping... [2020-04-25 16:47:23,044: ERROR]: [^Worker]: Error: ConnectionError("Unable to bootstrap from [('none', 9092, <AddressFamily.AF_UNSPEC: 0>)]")
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm able to run both Zookeeper and Kafka but when I run CLI command I get this error:
Loading .env environment variables…
[2020-04-25 16:47:22,700: INFO]: [^Worker]: Starting...
[2020-04-25 16:47:22,700: INFO]: Searching tweets with track: coronavirus
[2020-04-25 16:47:22,701: INFO]: first connection to the stream
[2020-04-25 16:47:22,870: INFO]: decoding data as json
[2020-04-25 16:47:22,906: INFO]: decoding data as json
[2020-04-25 16:47:23,011: INFO]: Sending event for hashtag: rusia
[2020-04-25 16:47:23,039: INFO]: [^-Producer]: Starting...
[2020-04-25 16:47:23,043: ERROR]: Unable connect to "none:9092": [Errno 8] nodename nor servname provided, or not known
[2020-04-25 16:47:23,044: INFO]: [^-Producer]: Stopping...
[2020-04-25 16:47:23,044: ERROR]: [^Worker]: Error: ConnectionError("Unable to bootstrap from [('none', 9092, <AddressFamily.AF_UNSPEC: 0>)]")
The text was updated successfully, but these errors were encountered: