asinduvg commented on issue #1933: URL: https://github.com/apache/pekko/issues/1933#issuecomment-3043346124
> I think what I describe is the expected behaviour and this is not a bug. The API docs for messageAdapter are https://pekko.apache.org/api/pekko/1.1/org/apache/pekko/actor/typed/scaladsl/ActorContext.html > > And to cut out one part of the doc > > > You can register several message adapters for different message classes. It's only possible to have one message adapter per message class to make sure that the number of adapters are not growing unbounded if registered repeatedly. That also means that a registered adapter will replace an existing adapter for the same message class. I see. Thanks @pjfanning! -- 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: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org