KAFKA_MESSAGE_NESTING_BEHAVIOR
Content copied to clipboard
How to treat nested values in Kafka JSON data messages. Will either include nested values by concatenating keys with "." or it will ignore the entire value.
Defaults to FLATTEN
. One of KafkaNestingBehavior.