Christoph Ingwersen
Christoph Ingwersen
While it makes sense to replay the first "phaseStarted" event seen, regarding "phaseCompleted" we should wait for the last one, right? https://github.com/artilleryio/artillery/blob/54380bc83e3dfec42e1c0046c316e9b93b17d223/lib/launch-local.js#L264-L273
**Describe the issue** If a `PartitionAwareFunctionWrapper` is registered for a multi output function it will be invoked with the output publisher `Tuple` instead of the actual message. This leads to...
When hitting the cleanup option under "Tasks" the corresponding REST call has both `REMOVE_DATA` and `CLEANUP` set in the action parameter: https://github.com/spring-cloud/spring-cloud-dataflow-ui/blob/46a218dd0135c78d76f20f174cee7ab6b8d52d30/ui/src/app/shared/api/task.service.ts#L123-L135 When triggering the cleanup from the "Task Executions"...
`EmitterProcessor#remove` has support to discard the buffer once the last subscriber is gone. However, it returns early if the subscribers array is already `EMPTY`. For cases where the subscription is...