umustafi commented on a change in pull request #3336:
URL: https://github.com/apache/gobblin/pull/3336#discussion_r680090848
##########
File path:
gobblin-api/src/main/java/org/apache/gobblin/service/ServiceConfigKeys.java
##########
@@ -58,6 +58,10 @@
public static final String GOBBLIN_SERVICE_FLOW_CATALOG_LOCAL_COMMIT =
GOBBLIN_SERVICE_PREFIX + "flowCatalog.localCommit";
public static final boolean
DEFAULT_GOBBLIN_SERVICE_FLOW_CATALOG_LOCAL_COMMIT = true;
+ // Job Level Keys
+ public static final String WORK_UNIT_BYTE_SIZE = GOBBLIN_SERVICE_PREFIX +
".work.unit.byte.size";
Review comment:
This isn't meant for only file-based sources. It will also be used for
record-based sources so it will make more sense to call it `work_unit_size`
like you're suggesting.
--
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]