pzampino commented on code in PR #742:
URL: https://github.com/apache/knox/pull/742#discussion_r1146353661


##########
gateway-provider-ha/src/main/java/org/apache/knox/gateway/ha/dispatch/i18n/HaDispatchMessages.java:
##########
@@ -53,4 +53,7 @@ public interface HaDispatchMessages {
 
   @Message(level = MessageLevel.ERROR, text = "Unsupported encoding, cause: 
{0}")
   void unsupportedEncodingException(String cause);
+
+  @Message(level = MessageLevel.ERROR, text = "Request is non-idempotent {0}, 
failover prevented, to allow non-idempotent requests to failover set 
'failoverNonIdempotentRequestEnabled=true' in HA config.")
+  void cannotFailoverToNonIdempotentRequest(String method);

Review Comment:
   cannotFailoverNonIdempotentRequest(String method)



-- 
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

Reply via email to