You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a kafka stream with encrypted headers & messages. Will this library work there? Can I include my own interceptor to decrypt these messages to this framework?
The text was updated successfully, but these errors were encountered:
Yes the .net client does not support interceptors. It means if you want to encrypt and decrypt data, you can implement your own serializers/deserializers to do the job.
Description
We have a kafka stream with encrypted headers & messages. Will this library work there? Can I include my own interceptor to decrypt these messages to this framework?
The text was updated successfully, but these errors were encountered: