Anssi Piirainen
Anssi Piirainen
I am facing a problem with MySql and decimal data types. The values end up as corrupt strings in the Kafka topic. Without using schemas the values look like this...
I tried to work around this issue by using a SMT cast. I changed the type of the column to varchar in the DB view i'm using here, and then...
Thanks, @aliasbadwolf for that tip. I am actually able to convert it to a valid number. I am now doing it with JavaScript as I'm doing the stream processing in...
Happens to me also.