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
Due to issue nsqio/nsq#400 "nsqd tcp timeout on osx when bonjour is not active (localhost dev)"
and all bonjour sharing options on new Mac are off. (I have no idea about why all bonjour sharing options on my Mac are off, and I am new to OSX.)
Solution
I specified IP address for a nsqd:
nsqd --lookupd-tcp-address=127.0.0.1:4160
This was sufficient to make chapter 5 program twittervotes working.
P.S. Also I saw that #59 have another understanding of a problem and a way to solve it that I personally don't like to do since I am worried about security of allowing filesharing for my work`s Mac.
The text was updated successfully, but these errors were encountered:
denis-trofimov
changed the title
Need to specify loaclhost or IP on Mac for a nsqd start command, or messages cannot be consumed..
Need to specify loaclhost or IP on Mac for a nsqd, or messages cannot be consumed.
Nov 27, 2019
first of all I really enjoy reading @matryer book and praise Mat`s effort on making it, big thanks!
Problem
Followed the book recipe I run
nslookupd
,nsqd
,twittervotes
,nsq_tail --topic="votes" --lookupd-http-address=localhost:4161
resulted in this:
Due to issue nsqio/nsq#400 "nsqd tcp timeout on osx when bonjour is not active (localhost dev)"
and all bonjour sharing options on new Mac are off. (I have no idea about why all bonjour sharing options on my Mac are off, and I am new to OSX.)
Solution
I specified IP address for a nsqd:
This was sufficient to make chapter 5 program twittervotes working.
P.S. Also I saw that #59 have another understanding of a problem and a way to solve it that I personally don't like to do since I am worried about security of allowing filesharing for my work`s Mac.
The text was updated successfully, but these errors were encountered: