[FLINK-11487] Support for writing data to Apache Flume#7618
[FLINK-11487] Support for writing data to Apache Flume#7618ambition119 wants to merge 1 commit intoapache:masterfrom ambition119:pr_flume
Conversation
|
Hi @ambition119, thank you for your interest to Flink project. Could you please update PR description. Also I think we will need some more information about the design of the connector, supported feature set etc. This will help to properly review this contribution. Also you may want to have a look here what do we look for while reviewing. Thanks. |
|
Not sure if you are aware but there is already a flink connector for flume in Apache Bahir[1]. It might make more sense to consolidate your efforts with the work that’s already been done there or first discuss with the community if you think it makes more sense for this to be in Flink proper. [1] https://github.com/apache/bahir-flink/tree/master/flink-connector-flume |
|
@sjwiesman Thank you for your comment, let me know Apache Bahir. At first I thought that the code I wrote was not very good, but after reading the code of Apache Bahir, I found my write code is very good. @dawidwys I followed the history and found that it was moved from Flink to Bahir, so I will PR to Bahir again. |

What is the purpose of the change
This pull request corresponds to a FLINK-11487
Support for writing data to Apache Flume.
Brief change log
Verifying this change
(Please pick either of the following options)
This change is a trivial rework / code cleanup without any test coverage.
(or)
This change is already covered by existing tests, such as (please describe tests).
(or)
This change added tests and can be verified as follows:
(example:)
Does this pull request potentially affect one of the following parts:
@Public(Evolving): (yes / no)Documentation
Does this pull request introduce a new feature? (yes / no)
If yes, how is the feature documented? (not applicable / docs / JavaDocs / not documented)
Currently only examples of use are provided