You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/02/22 02:39:17 UTC

[GitHub] [druid] suneet-s opened a new issue #9392: Update Kinesis Indexing service to use amazon-kinesis-client

suneet-s opened a new issue #9392: Update Kinesis Indexing service to use amazon-kinesis-client
URL: https://github.com/apache/druid/issues/9392
 
 
   ### Description
   
   In KinesisRecordSupplier this comment indicates that the kinesis client is not compatible with the apache license. As of April 5 2019, this is no longer true. https://github.com/awslabs/amazon-kinesis-client/commits/master/LICENSE.txt
   
   ```
       // the deaggregate function is implemented by the amazon-kinesis-client, whose license is not compatible with Apache.
       // The work around here is to use reflection to find the deaggregate function in the classpath. See details on the
       // docs page for more information on how to use deaggregation
   ```
   
   ### Motivation
   
   Updating to use the library instead of custom code to de-aggregate records, means a less maintenance work for Druid to keep up with the latest functionality in Kinesis.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org