Skip to content

Commit 4c20edc

Browse files
committed
[refactor]: change server name to kafka for short circuit;
1 parent 532f2c1 commit 4c20edc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ShortCircuit.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
@Target(ElementType.METHOD)
55
public @interface ShortCircuit {
66
String topic();
7-
String bootstrapServers() default "kafka-cluster:9092";
7+
String bootstrapServers() default "kafka:9092";
88
}

0 commit comments

Comments
 (0)