Results 37 issues of Jud White

https://github.com/judwhite/NsqSharp/blob/fe1f5cb3fa4ceef496cdb464ff55584beff97f97/NsqSharp/Core/Protocol.cs#L104 "length of response is too small" is noise in the logs when disconnecting. If this case actually happened it'd be missed because we're so used to seeing it during...

logging
chore

The application may want to use their own Windows Service handling

enhancement

Write structured logs such as logfmt or json to be both human readable and machine parseable

enhancement
logging

Similar to how a message mutator can be used to modify payloads before publishing to nsqd, we may want to expose the messaging pipeline to allow incoming messages to be...

enhancement

The goal is to expose state about the process in a human and machine readable format. The user doesn't necessarily need to use Prometheus, but I'm using it as an...

enhancement

Add a publisher which uses a list of nsqd's to round robin. Use case: an application which doesn't have nsqd installed locally, and setting up RR through DNS is undesirable....

enhancement

Needed for the bus to handle deserialization and other useful debug info; related to #43

enhancement

`void PublishRaw(string topic, byte[] message)` convenience method; the bus already has the configuration needed to do a raw publish, otherwise a `Producer` or `NsqdHttpClient` needs to be created to publish...

enhancement
maybe