Can akka.stream.alpakka.amqp.scaladsl.CommittableReadResult be sent over the wire to another actor and then used by the target actor to invoke ack/nack method on it ??
I assume you might have tried it by now.
No, you can’t serialize the CommittableReadResult
to a different node. It needs to be able to call back into the consumer which reads the messages.