mirror of
https://github.com/pcvolkmer/etl-processor.git
synced 2025-07-02 06:22:55 +00:00
Add processor to handle responses from Kafka topic
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user