hanicz commented on code in PR #947: URL: https://github.com/apache/knox/pull/947#discussion_r1834046149
########## 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 stream" ) Review Comment: I changed it. -- 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