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.
   Creates an implementation Flume Event interface that replaces this code :
   ```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:
[email protected]


With regards,
Apache Git Services

Reply via email to