-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancement 1 #114
base: master
Are you sure you want to change the base?
Enhancement 1 #114
Conversation
interface specification
Clean up: Added GelfSenderConfiguration, GelfSenderConfigurationException and GelfSenderFactory classes Enhancement: Added support for ResourceBundles
results in packet loss, when sends runs out of buffer space. This is a valid solution, because UDP packets are considered as sent, even if packets do not reach the destination
Hi @skorhone, Wow, excellent work! It will take some time for me to review and merge changes. Anton |
Hi Anton, it would be great, if changes could be merged. There's no hurry, as we're You might be more interested in master branch (trunk) It contains quite a The most notable feature is support for sending messages asynchronously Second useful addition is GelfHTTPSender. This is obviously restful client Third somewhat notable change is the way JSON is built. I added a simple And finally, I've tried to improve unit test coverage on parts where it If you have any comments regarding coding style / unit test coverage, Best regards, On Tue, Sep 6, 2016 at 11:20 PM, Anton Yakimov notifications@github.com
|
Multiple fixes / enhancements