Skip to content

Commit 038b845

Browse files
authored
Merge branch 'dev' into compression
2 parents 632db20 + 80c9e5e commit 038b845

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This repository contains Kafka binding extensions for the **Azure WebJobs SDK**.
99

1010
Please find samples [here](https://github.com/Azure/azure-functions-kafka-extension/tree/master/samples)
1111

12-
**DISCLAIMER**: This library is supported in the Premium Plan along with support for scaling. It is fully supported when using Azure Functions on Kubernetes where scaling will be handed by KEDA - scaling based on Kafka queue length. It is currently not supported on the Consumption plan (there will be no scale from zero).
12+
**DISCLAIMER**: This library is supported in the Premium Plan along with support for scaling as Go-Live - supported in Production with a SLA. It is also fully supported when using Azure Functions on Kubernetes where scaling will be handed by KEDA - scaling based on Kafka queue length. It is currently not supported on the Consumption plan (there will be no scale from zero) - this is something the Azure Functions team is still working on.
1313

1414
## Quick Start
1515

src/Microsoft.Azure.WebJobs.Extensions.Kafka/Microsoft.Azure.WebJobs.Extensions.Kafka.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<AssemblyName>Microsoft.Azure.WebJobs.Extensions.Kafka</AssemblyName>
77
<RootNamespace>Microsoft.Azure.WebJobs.Extensions.Kafka</RootNamespace>
88
<PackageId>Microsoft.Azure.WebJobs.Extensions.Kafka</PackageId>
9-
<Description>Microsoft Azure WebJobs SDK Kafka Extension</Description>
9+
<Description>Microsoft Azure WebJobs SDK Kafka Extension - This library is supported in the Premium Plan along with support for scaling as Go-Live - supported in Production with a SLA. It is also fully supported when using Azure Functions on Kubernetes where scaling will be handed by KEDA - scaling based on Kafka queue length. It is currently not supported on the Consumption plan (there will be no scale from zero) - this is something the Azure Functions team is still working on.</Description>
1010
<DebugType>embedded</DebugType>
1111
<CommitHash Condition="$(CommitHash) == ''">N/A</CommitHash>
1212
<InformationalVersion>$(Version) Commit hash: $(CommitHash)</InformationalVersion>

0 commit comments

Comments
 (0)