Github user ejwhite922 commented on a diff in the pull request:
https://github.com/apache/incubator-rya/pull/220#discussion_r136431560
--- Diff:
extras/rya.pcj.fluo/pcj.fluo.app/src/main/java/org/apache/rya/indexing/pcj/fluo/app/IncrementalUpdateConstants.java
---
@@ -39,7 +39,11 @@
public static final String CONSTRUCT_PREFIX = "CONSTRUCT";
public static final String PERIODIC_QUERY_PREFIX = "PERIODIC_QUERY";
+ //binding name reserved for periodic bin id for periodic query results
public static final String PERIODIC_BIN_ID =
PeriodicQueryResultStorage.PeriodicBinId;
+
+ //constant used for storing Kafka connection information in Fluo
+ public static final String KAFKA = "KAFKA";
--- End diff --
Might as well turn those comments into javadocs.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---