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


##########
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:
   Ahh, will do.



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

Reply via email to