Skip to content

Commit

Permalink
Connect with kafka using bootstrap servers
Browse files Browse the repository at this point in the history
  • Loading branch information
2martens committed Aug 16, 2023
1 parent bab1892 commit ec23bd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.

This file was deleted.

4 changes: 4 additions & 0 deletions module-server/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ spring:
name: wahlrecht
main:
banner-mode: off
kafka:
bootstrap-servers:
- localhost:9092
- kafka:9092
profiles:
default: dev
data.mongodb:
Expand Down

0 comments on commit ec23bd4

Please sign in to comment.