birdiecare / connect-smts

Kafka Connect SMTs
MIT License
17 stars 1 forks source link

fix: Uses the string value, not its string representation #21

Closed sroze closed 3 years ago

sroze commented 3 years ago

The performance improvements in #18 introduced a bug for string values that somehow we didn't catch in a test (🤯), the strings were their string representation (i.e. "foo") instead of just their value (i.e. foo).