You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by GitBox <gi...@apache.org> on 2021/07/14 19:00:56 UTC

[GitHub] [gobblin] arjun4084346 commented on a change in pull request #3330: [GOBBLIN-1489] define some configs

arjun4084346 commented on a change in pull request #3330:
URL: https://github.com/apache/gobblin/pull/3330#discussion_r669875779



##########
File path: gobblin-api/src/main/java/org/apache/gobblin/configuration/ConfigurationKeys.java
##########
@@ -969,6 +970,7 @@
   public static final Charset DEFAULT_CHARSET_ENCODING = Charsets.UTF_8;
   public static final String TEST_HARNESS_LAUNCHER_IMPL = "gobblin.testharness.launcher.impl";
   public static final int PERMISSION_PARSING_RADIX = 8;
+  public static final String NON_TRANSIENT_ERROR_MESSAGES = "non.transient.error.messages";

Review comment:
       It is a new one and describes a comma separated list of non transient error messages that can come in a gobblin job.




-- 
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-unsubscribe@gobblin.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org