Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pulsar-websocket] Allow websocket to consume and pass message to client without decryption #10026

Merged
merged 2 commits into from
Mar 26, 2021

Conversation

rdhabalia
Copy link
Contributor

Motivation

Right now, websocket proxy fails to receive and send message to client-consumer if message is encrypted. Websocket proxy should default pass encrypted message to client without decrypting and let client app handles it. So, add default decryption action as : CONSUME. I will create a separate PR to support decryption at websocket proxy in specific scenario where user wants websocket to handle message decryption.

@rdhabalia rdhabalia added this to the 2.8.0 milestone Mar 24, 2021
@rdhabalia rdhabalia self-assigned this Mar 24, 2021
@rdhabalia rdhabalia mentioned this pull request Mar 24, 2021
@rdhabalia
Copy link
Contributor Author

/pulsarbot run-failure-checks

1 similar comment
@rdhabalia
Copy link
Contributor Author

/pulsarbot run-failure-checks

@rdhabalia rdhabalia merged commit a004dfe into apache:master Mar 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants