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
However, the go-nsq library has a function to create a REGISTER command describing it as being used to register a channel/topic into nsq. nsq.Register(..., ...)
Does this command exists or not?
If it does not exists, why is it present in go-nsq library?
If it exists, is not working. Nsq complains: - E_INVALID invalid command REGISTER what makes sense since this command is not described in the protocol spec.
The text was updated successfully, but these errors were encountered:
In the description of the TCP protocol there is nothing like a
REGISTER
command:https://nsq.io/clients/tcp_protocol_spec.html
However, the
go-nsq
library has a function to create aREGISTER
command describing it as being used to register a channel/topic into nsq.nsq.Register(..., ...)
Does this command exists or not?
go-nsq
library?- E_INVALID invalid command REGISTER
what makes sense since this command is not described in the protocol spec.The text was updated successfully, but these errors were encountered: