pekko icon indicating copy to clipboard operation
pekko copied to clipboard

chore: clean code in ClusterSharding

Open Roiocam opened this issue 1 year ago • 0 comments

Make code cleaner, it is basically the same.

Before using

https://github.com/apache/pekko/blob/b5eb6ff01a8d5c5f50b5d1b54280c0dcb075a59a/actor-typed/src/main/scala/org/apache/pekko/actor/typed/scaladsl/adapter/PropsAdapter.scala#L31-L36

After

https://github.com/apache/pekko/blob/b5eb6ff01a8d5c5f50b5d1b54280c0dcb075a59a/actor-typed/src/main/scala/org/apache/pekko/actor/typed/internal/adapter/ActorSystemAdapter.scala#L125-L133

Roiocam avatar Apr 30 '24 07:04 Roiocam