Skip to content

Commit 3e321cc

Browse files
authored
fix: rename WithConfluentKafkaBus to WithZookeeeperBus (#456)
1 parent d2f8b5a commit 3e321cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bus/EasyCaching.Bus.Zookeeper/Configurations/EasyCachingOptionsExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ this EasyCachingOptions options
3434
/// <param name="configuration"></param>
3535
/// <param name="sectionName">The section name in the configuration file.</param>
3636
/// <returns></returns>
37-
public static EasyCachingOptions WithConfluentKafkaBus(
37+
public static EasyCachingOptions WithZookeeeperBus(
3838
this EasyCachingOptions options
3939
, IConfiguration configuration
4040
, string sectionName = EasyCachingConstValue.ZookeeperBusSection

0 commit comments

Comments
 (0)