michaeljmarshall commented on issue #12105: URL: https://github.com/apache/pulsar/issues/12105#issuecomment-1416929769
As far as I can tell, the only remaining tasks for this PIP are the `AbstractWebSocketHandler` and the `AuthenticationFilter`. One problem with the websocket proxy is that it does not have the request object available in the `AuthenticationFilter`. https://github.com/apache/pulsar/blob/516437e370a711d48fe1d444a0c47e64e7cf2f4b/pulsar-websocket/src/main/java/org/apache/pulsar/websocket/AbstractWebSocketHandler.java#L103-L104 I started work on the async http filter, but I ran into issues. Here is the start of that work: https://github.com/michaeljmarshall/pulsar/commit/605419fcc84703e058efac1ad54a11dacb8e1eea. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
