[
https://issues.apache.org/jira/browse/STREAMS-370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14963948#comment-14963948
]
ASF GitHub Bot commented on STREAMS-370:
----------------------------------------
Github user steveblackmon commented on a diff in the pull request:
https://github.com/apache/incubator-streams/pull/262#discussion_r42417751
--- Diff:
streams-contrib/streams-persist-graph/src/main/java/org/apache/streams/graph/GraphHttpPersistWriter.java
---
@@ -218,7 +217,7 @@ protected ObjectNode executePost(HttpPost httpPost) {
@Override
public void prepare(Object configurationObject) {
--- End diff --
prepare(Object) is defined by the interface and thus has to be implemented,
but exact implementation details vary. Most modules source component
configurations at component creation (constructor) time as the runtimes are for
the most part not set up to supply useful configurationObjects.
> Support arbitrary labels in streams-persist-graph
> -------------------------------------------------
>
> Key: STREAMS-370
> URL: https://issues.apache.org/jira/browse/STREAMS-370
> Project: Streams
> Issue Type: Improvement
> Reporter: Steve Blackmon
> Assignee: Steve Blackmon
>
> Support arbitrary labels in streams-persist-graph
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)