We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2f8b5a commit 3e321ccCopy full SHA for 3e321cc
bus/EasyCaching.Bus.Zookeeper/Configurations/EasyCachingOptionsExtensions.cs
@@ -34,7 +34,7 @@ this EasyCachingOptions options
34
/// <param name="configuration"></param>
35
/// <param name="sectionName">The section name in the configuration file.</param>
36
/// <returns></returns>
37
- public static EasyCachingOptions WithConfluentKafkaBus(
+ public static EasyCachingOptions WithZookeeeperBus(
38
this EasyCachingOptions options
39
, IConfiguration configuration
40
, string sectionName = EasyCachingConstValue.ZookeeperBusSection
0 commit comments