Skip to content

Commit

Permalink
[PPANTT-161] feat: Added eventhub host configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
svariant committed Nov 5, 2024
1 parent e2043f3 commit 3980164
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions host.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@
"version": "[2.*, 3.0.0)"
},
"extensions": {
"eventHubs": {
"batchCheckpointFrequency": 5,
"eventProcessorOptions": {
"maxBatchSize": 256,
"prefetchCount": 1024
},
"initialOffsetOptions": {
"type": "fromStart"
}
},
"http": {
"routePrefix": ""
}
Expand Down

0 comments on commit 3980164

Please sign in to comment.