rdhabalia opened a new pull request #10026: URL: https://github.com/apache/pulsar/pull/10026
### 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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
