Closed mstemm closed 3 years ago
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: ldegio, mstemm
The full list of commands accepted by this bot can be found here.
The pull request process is described here
LGTM label has been added.
When using the NextBatch wrapper, NextBatch calls the provided next function until a non-SSPluginSuccess value is returned.
There was a bug in this, where a timeout from the underlying next function would be passed up to the framework, even if there were some pending events (think fewer than max batch size).
The fix is to change a timeout to success if there are any events to return.
Signed-off-by: Mark Stemm mark.stemm@gmail.com
What type of PR is this?
/kind bug
Any specific area of the project related to this PR?
/area plugin-sdk
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: