Skip to content

Instantly share code, notes, and snippets.

@emoran
Created June 27, 2024 18:05
Show Gist options
  • Save emoran/1c30b75fe9b7ba5d25a08186f0ae5a59 to your computer and use it in GitHub Desktop.
Save emoran/1c30b75fe9b7ba5d25a08186f0ae5a59 to your computer and use it in GitHub Desktop.
Read Kafka record in DataWeave 2.0
%dw 2.0
output application/json
---
read(payload.^raw,"application/json")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment