ambition119 commented 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.
   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:
[email protected]


With regards,
Apache Git Services

Reply via email to