Skip to content

Commit 2fdff79

Browse files
committed
Multiple consumer groups bug fix
1 parent 2cacc6d commit 2fdff79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Kafka/Kafka.Client/Utils/ZkUtils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ public string ConsumerRegistryDir
601601
{
602602
get
603603
{
604-
return this.ConsumerDir + "/ids";
604+
return this.ConsumerGroupDir + "/ids";
605605
}
606606
}
607607
}

0 commit comments

Comments
 (0)