Hi community,in the https://www.confluent.io/blog/kafka-connect-deep-dive-jdbc-source-connector/
Here it says:This can also be seen when using JSON with schema enabled, and the|amount|value is a Base64-encoded bytes string:
If you get the corresponding Base64 encoded string, how can you decode it back to the original value?
I found that using the Base64.decoder of jdk8,can't decode correctly.
