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
@infynity I've moved this to go-nsq since how publishing messages is implemented is a client library concern.
Publishing messages to nsqd via lookupd is not supported because lookupd state is based on information about where messages are which exists after publishing messages. When a topic doesn't exist on any nsqd instance yet, you can't use lookupd to determine where the first message should be published to.
cc: #311 which is working to make it easier to publish to a pool of nsqd instances.
why only consumer uses lookupd ,tks
The text was updated successfully, but these errors were encountered: