We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ea5a40 commit 70ab53fCopy full SHA for 70ab53f
include/pulsar/EncryptionContext.h
@@ -82,8 +82,7 @@ class PULSAR_PUBLIC EncryptionContext {
82
83
/**
84
* When the `ConsumerConfiguration#getCryptoFailureAction` is set to `CONSUME`, the message will still be
85
- * returned even if the decryption failed, in this case, the message payload is still not decrypted but
86
- * users have no way to know that. This method is provided to let users know whether the decryption
+ * returned even if the decryption failed. This method is provided to let users know whether the decryption
87
* failed.
88
*
89
* @return whether the decryption failed
0 commit comments