He-Pin commented on code in PR #2515:
URL: https://github.com/apache/pekko/pull/2515#discussion_r2536172272
##########
actor-typed/src/main/scala/org/apache/pekko/actor/typed/delivery/internal/WorkPullingProducerControllerImpl.scala:
##########
@@ -68,6 +69,7 @@ import pekko.util.Timeout
private case class LoadStateReply[A](state: DurableProducerQueue.State[A])
extends InternalCommand
private case class LoadStateFailed(attempt: Int) extends InternalCommand
+ @nowarn("msg=never used")
private case class StoreMessageSentReply(ack:
DurableProducerQueue.StoreMessageSentAck)
Review Comment:
keeps for safety
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]