Hiroshi Hatake
Hiroshi Hatake
@repeatedly Could you kindly take a look? I don't have write permission on this repository.
@repeatedly Any thoughts?
@ash0080 fluent-plugin-influxdb does not use HTTP API explictly. Instead, it uses [`#write_points`](https://github.com/influxdata/influxdb-ruby/blob/cab60b2b1f0da97c895b87dbc14e9ec706698f4e/lib/influxdb/query/core.rb#L59).
Will this filter plugin use `#filter_stream`? If so, it will be less useful because `#filter_stream` will not be optimized on v0.14. see: https://github.com/fluent/fluentd/pull/1145
ping? Fluentd v0.14 and its successor v1 had been stablized for almost 1 year: https://www.fluentd.org/blog/fluentd-v1.0
Any progress?
> Currently no. > It can be customized using some kind of ExtVisitor, give me a day. Thanks, I'm looking forward this feature. > BTW is there a reason to...
>> serde is too frequent to update for me. > Thanks for the feedback @cosmo0920. What frequency of updates would you be more comfortable with? At first, I don't want...
> Is there way to handle this on rmp-serialize crate? Thanks to @dtolnay 's encouragement, I've succeeded to migrate [my crate](https://github.com/cosmo0920/fruently) to use serde from rustc-serialize. So, I want to...
I tried to take a look on M1 Mac issue and I found the several issues before calling WASM function part: 1. With macOS arm64 runtime, it is always hardened....