Skip to content

Commit 532f2c1

Browse files
committed
[refactor]: change server name to kafka for send to;
1 parent bc7c239 commit 532f2c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SendTo.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 SendTo {
66
String topic();
7-
String bootstrapServers() default "kafka-cluster:9092";
7+
String bootstrapServers() default "kafka:9092";
88
}

0 commit comments

Comments
 (0)