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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
