Satoshi Tagomori
Satoshi Tagomori
Using opts (possibly v0.12)
`in_tail` is using a file to record the positions of files, to restart reading from there after Fluentd process restarts. But pos_file is formatted in custom binary, and hard to...
`#to_msgpack(packer)` returns given packer instance, not msgpack string. Generally, `#to_x` method returns instance of x in Ruby way. Current behavior is very confusing. Returning packer is for recursive packing, so...
Currently method argument checks are not common between CRuby and JRuby. It's better to have common argument check for better compatibility (ex: io-like object of `Buffer#new` arguments) and throw ArgumentError...
Currently, the `write()` function will wait for the ack message of the message sent. And reading ack messages from a connection will be processed in the order of written messages....
Fixes #269
### Is your feature request related to a problem? Please describe. Plugin parameters define string parameters that are used to: * specify a key of records (to be turned into...
Backslashes are handled as quoting character in path of `in_tail`. But backslashes are also path separator in Windows environment, and it is not determined automatically whether a backslash is separator...
https://bugs.ruby-lang.org/issues/19744 ### Features * [x] Namespaces to require/load .rb files * [x] Namespaces to require extensions * [x] Supporting `autoload` * [x] Reopening existing classes/modules * [x] Adding hooks to...