gnsq
gnsq copied to clipboard
A gevent based python client for the NSQ distributed messaging platform.
Hello, I have some long-running services that use gnsq to read messages from one topic, apply some kind of transformation and then output them onto another topic. Occasionally, the TCP...
This bug has been introduced by commit 8d73ce8 ("Split nsqd http and tcp clients").
The fix by itself is kinda simple, but I had to add a couple of items to the underlying infrastructure.
When I use the TLS cerification of gnsq, the code raised a exception. The Traceback of the exception is ``` Traceback (most recent call last): File "test.py", line 10, in...
See https://github.com/nsqio/pynsq/pull/135