abhishekagarwal87 opened a new pull request #10761: URL: https://github.com/apache/druid/pull/10761
This PR fixes the following bugs - Add offsetFetchPeriod to the kinesis ingestion doc - When druid.extensions.useExtensionClassloaderFirst is set to true, services fail to start due to duplicate jackson-databind dependencies in extensions. - Publish the lag with a fixed delay instead of a fixed-rate so that there is enough cooling period between successive requests - When tasks start publishing segments, the reported message gap increases even though there are no messages being read. Added a method to mark that processing is completed. - Fix the retry mechanism in kinesis connector by reusing the retry condition from AWS sdk. We were retrying only for AmazonServiceException but many retryable exceptions are of type AmazonClientException ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
