Skip to content

Commit

Permalink
Refactor clustering method to UseKubeMembership in OrleansExtension
Browse files Browse the repository at this point in the history
Changed the clustering method from UseLocalhostClustering to UseKubeMembership in the OrleansExtension class.
  • Loading branch information
0xF6 committed Jan 2, 2025
1 parent de051dd commit d5503de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Argon.Api/Features/Orleanse/OrleansExtension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public static WebApplicationBuilder AddOrleans(this WebApplicationBuilder builde
}

siloBuilder
.UseLocalhostClustering()
.UseKubeMembership()
.AddMemoryStreams("default")
.AddMemoryStreams(IArgonEvent.ProviderId)
.AddMemoryGrainStorage(IFusionSessionGrain.StorageId)
Expand Down

0 comments on commit d5503de

Please sign in to comment.