eiffel-community / eiffel-intelligence

Eiffel Intelligence is a real time data aggregation and analysis solution for Eiffel events.
Apache License 2.0
11 stars 72 forks source link

EI to have an additional config parameter for ER query parameter #558

Open SantoshNC68 opened 1 year ago

SantoshNC68 commented 1 year ago

Description

Today EI is using default query parameters towards ER service, we have a limitation towards this when the default value is set for the limit (100 events). If there are more than 100 events it will not aggregate the information.

Motivation

This is seen as a limitation when Aggregating the information which have more than 100 events linked.

Exemplification

When there are 200 events linked today the EI aggregation is limiting the response today to only 100 events.

Benefits

With this change it could potentially provide the user the option to choose how many events he expects from the query, if he is unsure he can use -2 value for the limit, which will follow all the linked events(unlimited)

Possible Drawbacks

Nothing that we see of.