mirror of
https://github.com/Dannecron/spring-boot-demo.git
synced 2025-12-25 16:22:35 +03:00
add new config for consumer
This commit is contained in:
@@ -20,3 +20,7 @@ kafka:
|
||||
producer:
|
||||
product:
|
||||
default-sync-topic: demo-product-sync
|
||||
consumer:
|
||||
group-id: demo-consumer
|
||||
topics: demo-city-sync
|
||||
auto-startup: false
|
||||
|
||||
@@ -8,3 +8,13 @@ spring:
|
||||
jpa:
|
||||
hibernate:
|
||||
ddl-auto: create
|
||||
|
||||
kafka:
|
||||
bootstrap-servers: localhost:1234
|
||||
producer:
|
||||
product:
|
||||
default-sync-topic: demo-product-sync
|
||||
consumer:
|
||||
group-id: demo-consumer
|
||||
topics: demo-city-sync
|
||||
auto-startup: false
|
||||
Reference in New Issue
Block a user