Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Design, implement error handling stratgey when encrypt/decrypt throw exceptions #11

Open
chris-giblin opened this issue Apr 22, 2022 · 0 comments
Assignees

Comments

@chris-giblin
Copy link
Contributor

As per discussion of encmod/src/main/java/io/strimzi/kafka/topicenc/EncryptionModule.java in PR #9 the current impl catches as logs exceptions occurring during encryption/decryption.

This placeholder impl should be changed to throw exceptions which ultimately will be caught in MessageHandler::handle(Buffer buffer) where a Kafka error response must be returned to the requesting Kafka client.

@chris-giblin chris-giblin self-assigned this Apr 22, 2022
@chris-giblin chris-giblin mentioned this issue Apr 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant