[REFACTORING] GroupRegistration was doing acks on the parallel pool

Detected thanks to https://github.com/reactor/BlockHound

ACKs are blocking (as we send a message over the
network to RabbitMQ). Doing that on the parallel pool
is bad as it "steals" threads dedicated to non
blocking tasks and slows the entire application down.
1 file changed