Skip to content

Commit

Permalink
Dynamic renaming of keys
Browse files Browse the repository at this point in the history
Signed-off-by: Divyansh Bokadia <[email protected]>
  • Loading branch information
Divyansh Bokadia committed Oct 21, 2024
1 parent 0899af7 commit 5225f66
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ public Collection<Record<Event>> doExecute(final Collection<Record<Event>> recor
recordEvent.put(entry.getToKey(), value);
recordEvent.delete(key);
if(!entry.getOverwriteIfToKeyExists()) break;

}
}
}
Expand Down

0 comments on commit 5225f66

Please sign in to comment.