Skip to content

Commit

Permalink
Clarify only String keys are supported by CONFIG_IGNORE_KEYS
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalab committed Jun 17, 2022
1 parent d79abd2 commit ae91f56
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ public class ProcessorProperties extends AbstractDecatonProperties {
/**
* List of keys of task to skip processing.
*
* Note that this property accepts only String keys, while Decaton consumer supports consuming
* keys of arbitrary type. This means that records with non-String keys may just pass through
* this filter.
*
* Reloadable: yes
*/
public static final PropertyDefinition<List<String>> CONFIG_IGNORE_KEYS =
Expand Down

0 comments on commit ae91f56

Please sign in to comment.