xinyuiscool commented on a change in pull request #1165: SAMZA-2326 : Add
interface to support specific configs
URL: https://github.com/apache/samza/pull/1165#discussion_r326821763
##########
File path: samza-core/src/main/java/org/apache/samza/config/SystemConfig.java
##########
@@ -37,6 +37,8 @@
public class SystemConfig extends MapConfig {
private static final String SYSTEMS_PREFIX = "systems.";
public static final String SYSTEM_ID_PREFIX = SYSTEMS_PREFIX + "%s.";
+ public static final String LI_SYSTEM_ID_PREFIX = SYSTEMS_PREFIX + "li.";
Review comment:
Can we remove this?
----------------------------------------------------------------
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