Skip to content

Commit 70ab53f

Browse files
Update include/pulsar/EncryptionContext.h
Co-authored-by: Zike Yang <[email protected]>
1 parent 9ea5a40 commit 70ab53f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

include/pulsar/EncryptionContext.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ class PULSAR_PUBLIC EncryptionContext {
8282

8383
/**
8484
* 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
85+
* returned even if the decryption failed. This method is provided to let users know whether the decryption
8786
* failed.
8887
*
8988
* @return whether the decryption failed

0 commit comments

Comments
 (0)