Mikko Kortelainen
Mikko Kortelainen
…sion:hadoop-lzo:jar:0.4.19, see https://www.gnu.org/licenses/quick-guide-gplv3.html ### What is this PR for? Change license to be compatible with license of com.hadoop.gplcompression:hadoop-lzo:jar:0.4.19 https://github.com/twitter/hadoop-lzo/blob/master/src/main/java/com/hadoop/compression/lzo/CChecksum.java#L4-L7 see https://www.gnu.org/licenses/quick-guide-gplv3.html ### What type of PR is it? [Bug Fix...
I am willing to make a PR for request and response log feature. Would it be preferred that one adds: 1) A separate handler in addition to S3ProxyHandlerJetty like Jetty...
### Expected behavior rsyslog determines that there is an "error starting up action queue" and shuts itself down to prevent any message loss. especially if ```$AbortOnUncleanConfig on``` is set. ###...
#875 installs navit.xml to navit/share/ but navit/bin/navit-wrapper has following paths so it does not run out of the box for 320x240 devices, and is also commented out. ``` # Run...
loading ``` version=2 rule=:a % {"type":"alternative", "parser": [ {"name":"num", "type":"string", "matching.mode":"lazy"} ] }% b ``` will give out ``` liblognorm error: rulebase file boo.rb[8]: invalid param for hexnumber: "lazy" ```...
rule ``` version=2 rule=:a % {"name":"numbers", "type":"repeat", "parser": {"type":"number", "name":"n"}, "while": {"type":"char-to", "name":"host", "extradata":":"} }% b ``` payload ``` a 1 : 2 b ``` liblognorm version: 2.0.4
I created a multi-threading version of a NIO server application here https://github.com/teragrep/rlp_03/blob/multi-thread/src/main/java/com/teragrep/rlp_03/SocketProcessor.java#L109 However I can't simply get around the idea how the tls-channel would fit into the picture because I...
``` cat > Dockerfile
If possible please benchmark against https://github.com/teragrep/rlo_06