Release 1.4.5 of the Amazon Kinesis Client for Python
Release 1.4.5 (June 28, 2017)
-
Record processors can now be notified, and given a final opportunity to checkpoint, when the KCL is being shutdown.
To use this feature the record processor must implement the
shutdown_requestedoperation from the respective processor module.
See v2/processor.py or kcl.py for the required API.