Closed jklingm closed 4 years ago
Looks great, easy merge, and definitely makes sense to include the headers in there. Thanks for the contribution!
Unfortunately, I had to revert this. The headers are an object that's not serializable, so it was breaking all requests from the client/designer to the Kafka functions. If you'd like the headers to be part of the return from the functions, feel free to switch the headers object into a serializable format (possibly putting strings into a HashMap), test by calling this from the designer or client, and then submit a new PR. Thanks!
Added the records field for Kafka headers