[GitHub] [metron] mmiklavc opened a new pull request #1439: METRON-2141 Cache REST API status update calls to the Storm UI

2019-06-07 Thread GitBox
mmiklavc opened a new pull request #1439: METRON-2141 Cache REST API status update calls to the Storm UI URL: https://github.com/apache/metron/pull/1439 ## Contributor Comments https://issues.apache.org/jira/browse/METRON-2141 ## Pull Request Checklist ### For all

[jira] [Assigned] (METRON-2141) Cache REST API status update calls to the Storm UI

2019-06-07 Thread Michael Miklavcic (JIRA)
[ https://issues.apache.org/jira/browse/METRON-2141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Miklavcic reassigned METRON-2141: - Assignee: Michael Miklavcic > Cache REST API status update calls to the Storm

[GitHub] [metron] merrimanr opened a new pull request #1440: METRON-2148: Stellar REST POST function

2019-06-07 Thread GitBox
merrimanr opened a new pull request #1440: METRON-2148: Stellar REST POST function URL: https://github.com/apache/metron/pull/1440 ## Contributor Comments This PR adds a `REST_POST` Stellar function with syntax and options similar to the existing `REST_GET` function for performing REST

[GitHub] [metron] ottobackwards commented on issue #1440: METRON-2148: Stellar REST POST function

2019-06-07 Thread GitBox
ottobackwards commented on issue #1440: METRON-2148: Stellar REST POST function URL: https://github.com/apache/metron/pull/1440#issuecomment-500080278 Having worked with the nifi SSL Controller Service, it isn't a small thing. but it is important. I'm fine with doing it later, but please

[GitHub] [metron] ottobackwards commented on issue #1440: METRON-2148: Stellar REST POST function

2019-06-07 Thread GitBox
ottobackwards commented on issue #1440: METRON-2148: Stellar REST POST function URL: https://github.com/apache/metron/pull/1440#issuecomment-500073737 This is cool, but wouldn't https support be needed for real world application?

[GitHub] [metron] merrimanr commented on issue #1440: METRON-2148: Stellar REST POST function

2019-06-07 Thread GitBox
merrimanr commented on issue #1440: METRON-2148: Stellar REST POST function URL: https://github.com/apache/metron/pull/1440#issuecomment-500075776 I will do some research into adding SSL support, maybe it's a minimal amount of extra code. I would prefer to add that incrementally in a

[GitHub] [metron] ottobackwards commented on issue #1440: METRON-2148: Stellar REST POST function

2019-06-07 Thread GitBox
ottobackwards commented on issue #1440: METRON-2148: Stellar REST POST function URL: https://github.com/apache/metron/pull/1440#issuecomment-500073937 I understand that if GET doesn't have it, then we've already decided to put that off, but do we have a plan?