kafka-end-2-end-encryption
kafka-end-2-end-encryption copied to clipboard
Kafka connect converter
Hi, I have made some changes to your code to address some issues I had while using your lib.
- (b6b9a89) Java 11 has finally removed JAXB and
DatatypeConverteris not part of Java SE anymore. - (6796c83) In the ksql project I had to wrap a custom serializer that had parameters in its constructor. So I added a wrapper constructor.
- (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.