Skip to content

Commit 1da1258

Browse files
Make AWS ECS Service discovery mechanism public and non-sealed so that it can be overriden #3366 (#3375)
Co-authored-by: Sheron Benedict <sheron.benedict@redblacksoftware.com>
1 parent b8653f2 commit 1da1258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/discovery/aws/Akka.Discovery.AwsApi/Ecs/EcsServiceDiscovery.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
namespace Akka.Discovery.AwsApi.Ecs
2121
{
22-
internal sealed class EcsServiceDiscovery : ServiceDiscovery
22+
public class EcsServiceDiscovery : ServiceDiscovery
2323
{
2424
public static readonly EcsTagComparer TagComparer = new ();
2525

0 commit comments

Comments
 (0)