Skip to content
This repository was archived by the owner on Apr 4, 2022. It is now read-only.
This repository was archived by the owner on Apr 4, 2022. It is now read-only.

Broker-Client-API should allow to retrieve query status for all sites #33

@rwm

Description

@rwm

Currently, the broker-client-API can only list/get the sites which already finished calculating a result.
Problem: There is no functionality to determine if/when all results are in and how many sites are processing a query.
Suggestion:
Extend the broker-client-API interfaces to allow one/two more methods

  • List Client.getQuerySiteIds(String queryId)
  • QueryStatus Client.getQuerySiteStatus(String queryId, String siteId)

alternatively, a different method could return a data structure containing siteIds and status at the same time. e.g. QueryInfo getQueryInfo(queryId)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions