Chiwan Park
Chiwan Park
Hello @philipphoffmann, thanks for your contribution! :-) Since I do not have enough time to review your changes, I will review your pull request in this weekends.
Hello @xkjcf, thanks for contribution! :-) I'd review your pull request until this weekends and merge it to master if there is no problem in the changes.
Hi. This plugin helps you transfer data from a flume agent to the other flume agent using Redis. Here is a sample structure with this plugin. ``` Sink Source A...
Hi. Currently, this plugin does not support custom format of data. The plugin supports only raw string data now. Flume has a interface called [EventSerializer](http://flume.apache.org/FlumeUserGuide.html#event-serializers) for dealing with this issue....
Hi @wpengcheng, example configuration files don't affect unit tests. The unit tests uses Redis on localhost (see [this](https://github.com/chiwanpark/flume-ng-redis/blob/master/src/test/java/com/chiwanpark/flume/plugins/RedisSourceTestBase.java#L50)).
As I mentioned in #16, I hope to receive a pull request about this.
Hi @AndreLouisCaron, Thanks for nice idea. Unfortunately, I'm busy for preparing my graduation project and paper in undergraduate school. But It is good idea to implement interceptor interface. Could you...
Currently, there is no perfect solution for this case. Flume can be configured with multiplexing but the data will be replicated with multiplexing configuration. After implementation using Redis List structure,...
Yes. Using redis list structure can solve the problem. And I just implemented the plugin using list structure also. You can use it from master branch. You can solve the...
Hi! Thanks for your effort to test. :) But I cannot understand your suggestion perfectly. Do you mean that processing the events in small batches should be faster? It sounds...