You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@rya.apache.org by "Andrew Smith (JIRA)" <ji...@apache.org> on 2018/01/23 20:52:00 UTC

[jira] [Resolved] (RYA-448) Implement query manager xml configuration marshaling code

     [ https://issues.apache.org/jira/browse/RYA-448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Smith resolved RYA-448.
------------------------------
    Resolution: Fixed

> Implement query manager xml configuration marshaling code
> ---------------------------------------------------------
>
>                 Key: RYA-448
>                 URL: https://issues.apache.org/jira/browse/RYA-448
>             Project: Rya
>          Issue Type: Sub-task
>            Reporter: Andrew Smith
>            Assignee: Kevin Chilton
>            Priority: Major
>
>  
> {code:java}
> <QueryManager>
>   <QueryChangeLogSources>
>     <QueryChangeLogSource>
>       <kafka>
>         <hostname>[HOSTNAME]</hostname>
>         <port>[PORT]</port>
>       </kafka>
>     </QueryChangeLogSource>
>     <QueryChangeLogSource>
>       ... <!-- could be not kafka -->
>     </QueryChangeLogSource>
>   </QueryChangeLogSources>
>   <PerformanceTunning>
>     <QueryChanngeLogDiscoveryPeriod>
>       <value>1</value>
>       <units>MINUTES</units>
>     </QueryChanngeLogDiscoveryPeriod>
>   </PerformanceTunning>
> </QueryManager>{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)