[ https://issues.apache.org/jira/browse/RYA-487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16472649#comment-16472649 ]
ASF GitHub Bot commented on RYA-487: ------------------------------------ Github user kchilton2 commented on a diff in the pull request: https://github.com/apache/incubator-rya/pull/296#discussion_r187732007 --- Diff: dao/accumulo.rya/src/main/java/org/apache/rya/accumulo/AccumuloRdfConfiguration.java --- @@ -62,14 +62,14 @@ public AccumuloRdfConfiguration() { super(); } - public AccumuloRdfConfiguration(Configuration other) { + public AccumuloRdfConfiguration(final Configuration other) { super(other); } - public AccumuloRdfConfigurationBuilder getBuilder() { + public static AccumuloRdfConfigurationBuilder getBuilder() { --- End diff -- For me it is. I don't really want to refactor the entire method name in this review, though. I just needed it to be static so that I could use it. > Kafka Connect Rya Sink > ---------------------- > > Key: RYA-487 > URL: https://issues.apache.org/jira/browse/RYA-487 > Project: Rya > Issue Type: New Feature > Affects Versions: 4.0.0 > Reporter: Kevin Chilton > Assignee: Kevin Chilton > Priority: Major > Fix For: 4.0.0 > > > Implement a Kafka Connect Sink that writes to Rya. > This sink does not have to handle visibilities. -- This message was sent by Atlassian JIRA (v7.6.3#76005)