Skip to content

Commit

Permalink
added API approvals
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb committed Oct 25, 2023
1 parent 4d5e841 commit 20d4bed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ namespace Akka.Cluster.Sharding
{
void Start();
}
[System.ObsoleteAttribute("Use ShardAllocationStrategy.LeastShardAllocationStrategy instead. This will be re" +
"moved in v1.6.")]
public class LeastShardAllocationStrategy : Akka.Cluster.Sharding.Internal.AbstractLeastShardAllocationStrategy
{
public LeastShardAllocationStrategy(int rebalanceThreshold, int maxSimultaneousRebalance) { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ namespace Akka.Cluster.Sharding
{
void Start();
}
[System.ObsoleteAttribute("Use ShardAllocationStrategy.LeastShardAllocationStrategy instead. This will be re" +
"moved in v1.6.")]
public class LeastShardAllocationStrategy : Akka.Cluster.Sharding.Internal.AbstractLeastShardAllocationStrategy
{
public LeastShardAllocationStrategy(int rebalanceThreshold, int maxSimultaneousRebalance) { }
Expand Down

0 comments on commit 20d4bed

Please sign in to comment.