Example¶
This example will change the topic name to be all lower case.
{
"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.
{
"topic" : "testtopic",
"kafkaPartition" : 1,
"key" : "",
"value" : "",
"timestamp" : 12341312,
"timestampType" : "NO_TIMESTAMP_TYPE",
"offset" : 1234123,
"headers" : [ ]
}