When I create an Aggregator with @Aggregates({EventSource.SAFEPOINT}). The program will loop forever.
I read the source code and I found that there is no LogFileParser with the outbox SAFEPOINT .
Therefore, when the program execute the code aggregatorVerticles.forEach(AggregatorVerticle::awaitCompletion); , the Aggregator with @Aggregates({EventSource.SAFEPOINT}) will not complete forever.