pzampino commented on code in PR #947:
URL: https://github.com/apache/knox/pull/947#discussion_r1835551973
##########
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 SSE
output stream : {1}" )
Review Comment:
Shouldn't {1} be {0} here?
--
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]