hanicz commented on code in PR #947: URL: https://github.com/apache/knox/pull/947#discussion_r1835474220
########## gateway-spi/src/main/java/org/apache/knox/gateway/SpiGatewayMessages.java: ########## @@ -123,4 +123,19 @@ public interface SpiGatewayMessages { @Message( level = MessageLevel.ERROR, text = "No valid principal found" ) void noPrincipalFound(); + + @Message( level = MessageLevel.INFO, text = "Every event was read from the SSE stream" ) + void sseConnectionDone(); + + @Message( level = MessageLevel.ERROR, text = "Error during SSE connection: {0}" ) + void sseConnectionError(String error); + + @Message( level = MessageLevel.ERROR, text = "Error writing into the output stream : {1}" ) Review Comment: I missed that. Clarified the error message. -- 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: dev-unsubscr...@knox.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org