kafka-end-2-end-encryption icon indicating copy to clipboard operation
kafka-end-2-end-encryption copied to clipboard

Kafka connect converter

Open 0xE282B0 opened this issue 5 years ago • 0 comments

Hi, I have made some changes to your code to address some issues I had while using your lib.

  1. (b6b9a89) Java 11 has finally removed JAXB and DatatypeConverter is not part of Java SE anymore.
  2. (6796c83) In the ksql project I had to wrap a custom serializer that had parameters in its constructor. So I added a wrapper constructor.
  3. (ccaaa3c) And finally to use your lib with Kafka Connect A Converter was needed.

I know that it is not a good practice to open one pull request with different independent commits. If you need only one part I can rearrange the PR. If you don't need anything feel free to reject the PR.

0xE282B0 avatar Oct 09 '18 15:10 0xE282B0