pjfanning commented on code in PR #3026:
URL: https://github.com/apache/pekko/pull/3026#discussion_r3333252737


##########
cluster-sharding/src/main/scala/org/apache/pekko/cluster/sharding/ShardRegion.scala:
##########
@@ -320,9 +318,8 @@ object ShardRegion {
    * @param stats the region stats mapping of `ShardId` to number of entities
    * @param failed set of shards if any failed to respond within the timeout
    */
-  @SerialVersionUID(1L) final class ShardRegionStats(val stats: Map[ShardId, 
Int], val failed: Set[ShardId])
-      extends ClusterShardingSerializable
-      with Product {
+  @SerialVersionUID(1L) final case class ShardRegionStats(stats: Map[ShardId, 
Int], failed: Set[ShardId] = Set.empty)
+      extends ClusterShardingSerializable {

Review Comment:
   done



-- 
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]

Reply via email to