Skip to content

Commit

Permalink
Merge branch 'dev' into compression
Browse files Browse the repository at this point in the history
  • Loading branch information
ryancrawcour authored Nov 18, 2020
2 parents 632db20 + 80c9e5e commit 038b845
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This repository contains Kafka binding extensions for the **Azure WebJobs SDK**.

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

**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).
**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.

## Quick Start

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AssemblyName>Microsoft.Azure.WebJobs.Extensions.Kafka</AssemblyName>
<RootNamespace>Microsoft.Azure.WebJobs.Extensions.Kafka</RootNamespace>
<PackageId>Microsoft.Azure.WebJobs.Extensions.Kafka</PackageId>
<Description>Microsoft Azure WebJobs SDK Kafka Extension</Description>
<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>
<DebugType>embedded</DebugType>
<CommitHash Condition="$(CommitHash) == ''">N/A</CommitHash>
<InformationalVersion>$(Version) Commit hash: $(CommitHash)</InformationalVersion>
Expand Down

0 comments on commit 038b845

Please sign in to comment.