feature: Outbox Relay and Kafka Pipeline
This commit is contained in:
@@ -35,5 +35,16 @@
|
||||
"Microsoft.EntityFrameworkCore.Database.Command": "Information"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
"AllowedHosts": "*",
|
||||
"Kafka": {
|
||||
"BootstrapServers": "localhost:9092",
|
||||
"Topics": {
|
||||
"ObservationRecorded": "observation.recorded",
|
||||
"AlertGenerated": "alert.generated",
|
||||
"EncounterStatusChanged": "encounter.status.changed"
|
||||
},
|
||||
"NumPartitions": 6,
|
||||
"OutboxBatchSize": 100,
|
||||
"OutboxPollIntervalMs": 500
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user