awslabs / dynamodb-streams-kinesis-adapter

The Amazon DynamoDB Streams Adapter implements the Amazon Kinesis interface so that your application can use KCL to consume and process data from a DynamoDB stream.
Apache License 2.0
97 stars 37 forks source link

Trigger Graceful Shutdown for MultiLang Daemon Clients on SIGTERM #55

Open dacevedo12 opened 1 year ago

dacevedo12 commented 1 year ago

Issue #, if available:

https://github.com/awslabs/dynamodb-streams-kinesis-adapter/issues/51

Description of changes:

Now in line with https://github.com/awslabs/amazon-kinesis-client/blob/1.14.9/src/main/java/com/amazonaws/services/kinesis/multilang/MultiLangDaemon.java#L152.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.