Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Add support for document deletion, operation type and log level setup… #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

anupkumarsharma
Copy link

This add following features

  1. Add OperationType in Keys attribute map. This help the Kafka consumer determine the Dynamodb operation type like - INSERT, MODIFY, REMOVE.

  2. Handle the deletion of data. In this case, the code doesn't attempt to get the new image, instead adds Keys with OperationType="REMOVE"

  3. Add a logging flag in the properties file called log.record.stream. If this is true, code spits out the exact record retrieved from DynamoDB. This is useful in case of debugging but also if someone wants to monitor the data using ELK or Splunk.

@meticulo3366
Copy link

can we merge this pull request in? any reason not to merge in?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants