cf4a0b102c
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2) --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jainharsh98 <jainh@microsoft.com> |
||
---|---|---|
.. | ||
.devcontainer | ||
.vscode | ||
KafkaAvroGenericTriggerMany | ||
KafkaOutput | ||
KafkaOutputMany | ||
KafkaOutputManyWithHeaders | ||
KafkaOutputWithHeaders | ||
KafkaTrigger | ||
KafkaTriggerAvroGeneric | ||
KafkaTriggerMany | ||
KafkaTriggerManyWithHeaders | ||
KafkaTriggerRetry | ||
KafkaTriggerRetryExponential | ||
KafkaTriggerWithHeaders | ||
.dockerignore | ||
.funcignore | ||
.gitignore | ||
NuGet.config | ||
README.md | ||
extensions.csproj | ||
host.json | ||
local.settings.json.eventhub.example | ||
local.settings.json.example | ||
package-lock.json | ||
package.json | ||
tsconfig.json |
README.md
Developers guide for Kafka Functions for TypeScript
TypeScript is almost the same as JavaScript. Please refer the JavaScript. In the TypeScript sample, we don't provide confluent cloud sample. The configuration is the same as JavaScript.
Samples
We provide two samples.
Name | Description | Kafka Cluster | Enabled |
---|---|---|---|
KafkaTrigger | Simple Kafka trigger sample | local | yes |
KafkaTriggerMany | Kafka batch processing sample | local | yes |
Difference between Javascript and TypeScript
You need to compile your app before start Azure Functions Core Tools. Refer to the Functions Documentation: TypeScript documentation for more details.
$ npm install
$ npm run build