mirror of
https://github.com/OtusTeam/Spring.git
synced 2026-05-30 10:50:42 +00:00
11 lines
211 B
YAML
11 lines
211 B
YAML
server:
|
|
port: 8081
|
|
|
|
application:
|
|
source:
|
|
url: http://localhost:8080
|
|
kafka-bootstrap-servers: localhost:9092
|
|
kafka-group-id: processorConsumerGroup
|
|
topic-request: request
|
|
topic-response: response
|