Example

This example will change the topic name to be all lower case.

Input
{
  "topic" : "TestTopic",
  "kafkaPartition" : 1,
  "key" : "",
  "value" : "",
  "timestamp" : 12341312,
  "timestampType" : "NO_TIMESTAMP_TYPE",
  "offset" : 1234123,
  "headers" : [ ]
}

Change(s) in the output are emphasized if delta(s) are detected.

Output
{
  "topic" : "testtopic",
  "kafkaPartition" : 1,
  "key" : "",
  "value" : "",
  "timestamp" : 12341312,
  "timestampType" : "NO_TIMESTAMP_TYPE",
  "offset" : 1234123,
  "headers" : [ ]
}