hpgrahsl / kryptonite-for-kafka

Kryptonite for Kafka is a client-side 🔒 field level 🔓 cryptography library for Apache Kafka® offering a Kafka Connect SMT, ksqlDB UDFs, and a standalone HTTP API service. It's an ! UNOFFICIAL ! community project
83 stars 6 forks source link

address multi-threading issue for kryo #9

Closed hpgrahsl closed 1 year ago

hpgrahsl commented 1 year ago

each thread gets its own kryo instance which should allow for multi-threaded usage

version bumping for patch release across modules

fixes #8