castorm/kafka-connect-http

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

abhinav054 opened this issue · 1 comments

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

Write a new JacksonKvMapRecordHttpResponseParser.

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.