Skip to content

Commit 1d5a90c

Browse files
authored
Change Kafka server host property reference (#109)
Updated Kafka server host configuration to use spring.kafka.bootstrap-servers.
1 parent 3903cc8 commit 1d5a90c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ springwolf.docket.info.title=${spring.application.name}
3737
springwolf.docket.info.version=1.0.0
3838

3939
springwolf.docket.servers.kafka-server.protocol=kafka
40-
springwolf.docket.servers.kafka-server.host=${kafka.bootstrap.servers:localhost:29092}
40+
springwolf.docket.servers.kafka-server.host=${spring.kafka.bootstrap-servers:localhost:29092}
4141
```
4242

4343
*Make sure to change the value of `springwolf.docket.base-package` to the package containing your listeners, so that Springwolf will automatically pick them up.*

0 commit comments

Comments
 (0)