Shizuo Fujita
Shizuo Fujita
If gzip compression is stopped halfway, the file will be sent without being decompressed. 1. First, add the configuration `flush_at_shutdown true` to `` section to flush the buffer when fluentd...
I think this plugin does not support Ranger Authorisation and it need enhancement for the feature.
It would be helpful if you could tell us the steps to set up the environment.
@anupg336 Thanks. Do you know how to construct Ranger authorization environment? Unfortunately, we don't know about that, and I have few time to learn that.
### 1. Why the size check happens before compression In the current implementation of `rdkafka2`, the plugin checks the size of the serialized message **before** passing it to librdkafka. The...
According to the test code of [rdkafka-ruby](https://github.com/karafka/rdkafka-ruby), it seems necessary to set `Rdkafka::Config.new('compression.codec' => 'zstd')`. https://github.com/karafka/rdkafka-ruby/blob/4802abf1c7dd043ef418888ebbe8adddc49ade59/spec/lib/rdkafka/config_spec.rb#L227 `rdkafka` gem bundled in fluent-package does not enable zstd feature at build time. So,...
If you can install `rdkafka` 0.22.0 or above, I think it is precompiled with libraries such as librdkaka and libzstd. When installing, the platform name such as `XXX-linux-gnu` should be...
Can you add test codes and fix RBS signature?
Please release new version. Because when I try to install numo-narray, it causes following installation error. ``` $ LANG=C gem install numo-narray Building native extensions. This could take a while......
## TODO - [ ] Fix `nanosecond_precision` behavior in JSON fallback. - In JSON fallback, it truncates precision from EventTime even if nanosecond_precision is enabled