an0r0c / kafka-connect-transform-tojsonstring

transform-to-json-string is a Single Message Transformation (SMT) for Apache Kafka® Connect to convert a given Connect Record to a single JSON String. It's an UNOFFICIAL community project.
Apache License 2.0
32 stars 12 forks source link

Support to transtorm record without schema (schemaless json format) #18

Closed jx2lee closed 8 months ago

jx2lee commented 8 months ago

related to #17

jx2lee commented 8 months ago

It seems to be lacking a few test cases. if you review it, I'll fix it.

thanks

an0r0c commented 8 months ago

I checked it - it looks fine for me. An Integration Test would be awesome. Somehow the sonarcloud integration is broken therefore, the pipeline is failing - I will have a look at this.

jx2lee commented 8 months ago

I checked it - it looks fine for me. An Integration Test would be awesome. Somehow the sonarcloud integration is broken therefore, the pipeline is failing - I will have a look at this.

thanks, @an0r0c 🙏🏼