Skip to content

Commit

Permalink
Removed Rusi mandatory pubsub name validation (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
fraliv13 authored Oct 25, 2021
1 parent 30fc9b7 commit 1b6d3ac
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ public static IServiceCollection AddRusiTransport(this IServiceCollection servic
if (string.IsNullOrEmpty(options.RusiPort))
options.RusiPort = Environment.GetEnvironmentVariable("RUSI_GRPC_PORT");

if (string.IsNullOrEmpty(options.PubsubName))
throw new ArgumentNullException("Rusi.PubsubName");

if (string.IsNullOrEmpty(options.RusiPort))
throw new ArgumentNullException("Rusi.RusiPort");
});
Expand Down

0 comments on commit 1b6d3ac

Please sign in to comment.