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
After elastic/logstash#11737 was committed, plugin unit tests
using `sample` targeted against branches with this change merged were failing due to the lack of
`events` method on the QueueBatchDelegator.
This commit adds an `events` method to fix the failing tests.
0 commit comments