zerocode icon indicating copy to clipboard operation
zerocode copied to clipboard

recordType does not take into account differences between key and value for kafka

Open a1shadows opened this issue 1 year ago • 3 comments

When we supply recordType for kafka producer or consumer step or RAW/JSON, it assumes that both key and value will be both either RAW or JSON.

In reality, there are many scenarios where the key is an integer/string but the value is JSON.

a1shadows avatar Mar 31 '24 05:03 a1shadows

@authorjapps what are your thoughts?

a1shadows avatar Mar 31 '24 05:03 a1shadows

@authorjapps what are your thoughts?

@a1shadows , is it possible to provide an example with a usecase please?

A scenario with steps will be useful.

authorjapps avatar Apr 03 '24 21:04 authorjapps

I think #657 is an example of this

a1shadows avatar Apr 06 '24 04:04 a1shadows