kafka-connect-http icon indicating copy to clipboard operation
kafka-connect-http copied to clipboard

Parse response of the following format {"items":{"k1": {"k1":"v1"} ,"k2":{"k2":"v2"}}}

Open abhinav054 opened this issue 4 years ago • 1 comments

Parse response of type {"items":{"k1": {"k1":"v1"} ,"k2":{"k2":"v2"}}} into records {"k1":"v1"}, {"k2","v2"}

Write a new JacksonKvMapRecordHttpResponseParser.

abhinav054 avatar Jul 25 '21 12:07 abhinav054

Hi @abhinav054,

Thank you very much for bringing this up.

I'm not sure how common that pattern is. For the time being, unless somebody contributes a solution for this, I would wait until more people require this.

Best regards.

castorm avatar Oct 24 '21 17:10 castorm