Skip to content

Commit 8cd004d

Browse files
authored
Rename hstream-kafka-cli to hstream-kafka (#19)
1 parent afaa436 commit 8cd004d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/test/java/io/hstream/kafka/testing/Utils/TestContainerUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public static List<GenericContainer<?>> bootstrapHServerCluster(
120120
.execInContainer(
121121
"bash",
122122
"-c",
123-
"hstream-kafka-cli --host 127.0.0.1 "
123+
"hstream-kafka --host 127.0.0.1 "
124124
// + hserverConfs.get(0).address
125125
+ " --port "
126126
+ hserverConfs.get(0).port

0 commit comments

Comments
 (0)