autumnust commented on a change in pull request #2803: [GOBBLIN-954] Added
support to swap different HiveRegistrationPublishers
URL: https://github.com/apache/incubator-gobblin/pull/2803#discussion_r344424313
##########
File path:
gobblin-api/src/main/java/org/apache/gobblin/configuration/ConfigurationKeys.java
##########
@@ -874,6 +890,9 @@
* Hive registration properties
*/
public static final String HIVE_REGISTRATION_POLICY =
"hive.registration.policy";
+ public static final String HIVE_REG_PUBLISHER_CLASS =
"hive.reg.publisher.class";
Review comment:
I actually believe we should stop adding configurations into this
`ConfigurationKey` class but put all these configurations into most relevant
class. The reason is if you put everything here and make them public static
final, any constructs within Gobblin that carrying state can modify it without
any restriction, and also you lost context on what does this configuration
really mean.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services