When an ACK or NACK requests comes in for another partition, we should forward that request over gRPC to the proper partition.
The HTTP and GRPC servers need to look into the GossipManager if the incoming task is not for the current partition, look up the correct partition, and then forward to the correct partition over the internal grpc interface given from the advertised address
When an ACK or NACK requests comes in for another partition, we should forward that request over gRPC to the proper partition.
The HTTP and GRPC servers need to look into the GossipManager if the incoming task is not for the current partition, look up the correct partition, and then forward to the correct partition over the internal grpc interface given from the advertised address