Skip to content

Release 1.4.5 of the Amazon Kinesis Client for Python

Choose a tag to compare

@pfifer pfifer released this 28 Jun 16:49

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_requested operation from the respective processor module.
    See v2/processor.py or kcl.py for the required API.