stripMessageKeys property
Additional message-level keys to strip before hashing. timestamp
is always stripped — see class docstring. Pass extra keys here
when the application embeds non-deterministic fields in messages
(e.g. trace ids inside system reminders).
Implementation
final Set<String> stripMessageKeys;