- Add sample project with Azure KafkaTrigger and Output Kakfa Bindings - Add README docs Resolves #836
16 lines
409 B
JSON
16 lines
409 B
JSON
{
|
|
"functionTimeout": "00:05:00",
|
|
"version": "2.0",
|
|
"extensions": {
|
|
"kafka": {
|
|
"maxBatchSize": 64,
|
|
"SubscriberIntervalInSeconds": 1,
|
|
"ExecutorChannelCapacity": 1,
|
|
"ChannelFullRetryIntervalInMs": 50
|
|
}
|
|
},
|
|
"extensionBundle": {
|
|
"id": "Microsoft.Azure.Functions.ExtensionBundle",
|
|
"version": "[3.3.0, 4.0.0)"
|
|
}
|
|
} |