amazon-kinesis-client/src/main/java/com/amazonaws/services/kinesis
Muhammad Ikramul Haq 5a8bac23c6 Trigger Graceful Shutdown for MultiLang Daemon Clients on SIGTERM (#174)
When the parent Java process receives a SIGTERM it will now trigger a graceful shutdown of the worker, which dispatches a ShutdownRequestedMessage to all of the record processors.  This will allow record processors a final chance to checkpoint before the lease is terminated.

This changes is incompatible with current versions of the MultiLang Clients.  A future change will allow older versions MultiLang clients to use newer versions of the Java KCL.
2017-06-21 07:52:30 -07:00
..
clientlibrary Advance Version to 1.7.6 for Next Release 2017-06-21 07:46:06 -07:00
leases Use ExecutorService.newFixedThreadPool for LeaseRenewer 2017-02-24 05:57:59 -08:00
metrics Join metrics publishing thread when shutting factory down. 2016-06-27 22:47:48 +01:00
multilang Trigger Graceful Shutdown for MultiLang Daemon Clients on SIGTERM (#174) 2017-06-21 07:52:30 -07:00