cwtrex edited a comment on pull request #7965: URL: https://github.com/apache/kafka/pull/7965#issuecomment-991926328
@OneCricketeer I was reading the above solution as the following: >transforms.RegexTransform.regex": <regex for timestamp and then wildcard to $ (end for existing json object) "transforms.RegexTransform.mapping": "timestamp,existingjson" struct {"timestamp": `<timestamp>`,"existingjson":{json object here}} > My recommendation instead is to define your own subclass of StringDeserializer that substrings the message to remove the date prefix I have no idea how or where to begin with that, but will see if I can't find something. Thank you for the recommendation. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org