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