1
0
mirror of https://github.com/pcvolkmer/etl-processor.git synced 2025-07-17 21:02:54 +00:00

Add processor to handle responses from Kafka topic

This commit is contained in:
2023-08-02 11:52:11 +02:00
parent db631fbd8e
commit 51cf7a7917
8 changed files with 176 additions and 21 deletions

View File

@ -5,10 +5,11 @@ spring:
app:
rest:
uri: http://localhost:9000/bwhc/etl/api/MTBFile
#kafka:
# topic: test
# servers: kafka:9092
uri: http://localhost:9000/bwhc/etl/api
kafka:
topic: test
response-topic: test-response
servers: kafka:9092
server:
port: 8000