-
Bug
-
Resolution: Done
-
Minor
-
1.7.0.Final
-
None
-
False
-
False
-
-
After enabling the json payload expanding in the register-postgres.json file via
{ ..., "transforms.outbox.table.expand.json.payload": "true", ... }
and running the outbox demo, the json event payload is still escaped when reading from the kafka stream:
{ "key": "1", "headers": "id=a019508e-9d3c-411e-bdbb-2196be2a03cb,eventType=OrderCreated,uber-trace-id=ca106f691b4a9925:ca106f691b4a9925:0:1" } "{\"id\":1,\"customerId\":123,\"orderDate\":\"2019-01-31T12:13:01\",\"lineItems\":[{\"id\":1,\"item\":\"Debezium in Action\",\"quantity\":2,\"totalPrice\":39.98,\"status\":\"ENTERED\"},{\"id\":2,\"item\":\"Debezium for Dummies\",\"quantity\":1,\"totalPrice\":29.99,\"status\":\"ENTERED\"}]}"