Skip to content

Commit

Permalink
fix: use post di hook
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicGD committed Oct 12, 2023
1 parent 256ca3c commit 897ea5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sitko.Core.Kafka/KafkaModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public static KafkaConfigurator CreateConfigurator(string name, string[] brokers

public override string OptionsKey => "Kafka";

public override void ConfigureServices(IApplicationContext applicationContext, IServiceCollection services,
public override void PostConfigureServices(IApplicationContext applicationContext, IServiceCollection services,
BaseApplicationModuleOptions startupOptions)
{
base.ConfigureServices(applicationContext, services, startupOptions);
Expand Down

0 comments on commit 897ea5b

Please sign in to comment.