You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, cluster.Events call specifies the limit, but still collects all events from the REST API, as the limit parameter specifies the number of the items per page, not the total limit. It would be useful to add a parameter to the call that will specify the maximal number of events to retrieve...
The text was updated successfully, but these errors were encountered:
…384)
Right now, Cluster Events API doesn't allow to specify maximal number of items to fetch -
the existing `limit` parameter specifies the number of the items per page, not max count,
so this limit should enforced on the caller's site.
this fixes#380
Right now,
cluster.Events
call specifies the limit, but still collects all events from the REST API, as thelimit
parameter specifies the number of the items per page, not the total limit. It would be useful to add a parameter to the call that will specify the maximal number of events to retrieve...The text was updated successfully, but these errors were encountered: