You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@bahir.apache.org by GitBox <gi...@apache.org> on 2019/02/18 03:28:27 UTC

[GitHub] ambition119 edited a comment on issue #42: Enhanced create RpcClient and FlumeSink

ambition119 edited a comment on issue #42: Enhanced create RpcClient and FlumeSink
URL: https://github.com/apache/bahir-flink/pull/42#issuecomment-464568304
 
 
   @eskabetxe @lresende  I improved the existing FlumeSink and removed the code content of v2.
   The improvements are:
   Richly create the type of RpcClient, default, thrift, etc.
   Batch send Data to Flume.
   Flume Event's abstract interface creates an implementation interface that replaces the previous code 
    like :
   ```java
       public boolean sendData(String data) 
   
       public boolean sendData(byte[] data) 
   
       private boolean sendData(Event event) 
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services