karafka / waterdrop

Standalone Karafka library for producing Kafka messages
https://karafka.io
Other
258 stars 39 forks source link

Add messages at rest storage encryption #246

Closed mensfeld closed 1 year ago

mensfeld commented 2 years ago

We can encrypt headers by taking all of them and transforming them into a single header key and having e second header that would just indicate the encryption type. This would allow us to keep the encryptor version in the header while encrypting both payload and headers all together.

mensfeld commented 1 year ago

Done in Karafka Pro.