Open jwomeara opened 6 months ago
Created WIP PRs for post processor work (pending getting mostRecentUnique back in) https://github.com/NationalSecurityAgency/datawave-query-service/pull/8 https://github.com/NationalSecurityAgency/datawave-query-executor-service/pull/8 https://github.com/NationalSecurityAgency/datawave-spring-boot-starter-query/pull/6 https://github.com/NationalSecurityAgency/datawave/pull/2466
for the query microservices, multiple query services might respond to subsequent next requests for a query. because of that, we need to collate all of the result pages into a single page for things like groupby queries. a postprocessor should be implemented to take care of that.