MASES.KNet.Templates 2.6.0

dotnet new install MASES.KNet.Templates::2.6.0
This package contains a .NET Template Package you can call from the shell/command line.

title: Templates usage of .NET suite for Apache Kafka _description: Describes how to use templates of .NET suite for Apache Kafka

KNet: Template Usage Guide

For more information related to .NET templates look at https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-new-sdk-templates.

Installation

To install the templates executes the following command within a command shell:

dotnet new --install MASES.KNet.Templates

The command installs the latest version and on success will list all templates added to the list of available templates. They are:

  1. knetConsumerApp: a project to create a consumer application for Apache Kafka
  2. knetPipeStreamApp: a project to create a pipe stream application for Apache Kafka Streams
  3. knetProducerApp: a project to create a producer application for Apache Kafka
  4. knetConnectSink: a project to create a library which conforms to an Apache Kafka Connect Sink Connector written in .NET
  5. knetConnectSource: a project to create a library which conforms to an Apache Kafka Connect Source Connector written in .NET

Simple usage

The first three templates are ready made project with enough code to use them directly. To use one of the available templates run the following command:

dotnet new knetConsumerApp

the previous command will create a .NET project for an executable. The user can modify the code or just execute it against an Apache Kafka server.

SDK templates

The last two templates (knetConnectSink, knetConnectSource) are not ready made project: they are skeletons for Apache Kafka Connect Source/Sink Connector written in .NET. The available code does not do anything: the functions in the code shall be filled to obtain some results.

With the available code the user can verify how an Apache Kafka Connect Source/Sink Connector, written in .NET, works; to do this the projects can be compiled to obtain an assembly. See Connect SDK for some information on how use it.

  • .NETFramework 4.6.2

    • No dependencies.
  • net6.0

    • No dependencies.
  • net7.0

    • No dependencies.
  • net8.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.6.0 562 3/1/2024
2.5.0 119 2/28/2024
2.4.3 483 2/11/2024
2.4.2 451 1/27/2024
2.4.1 235 1/21/2024
2.4.0 87 1/20/2024
2.3.0 1,564 11/25/2023
2.2.0 1,113 10/19/2023
2.1.3 376 10/11/2023
2.1.2 310 10/6/2023
2.1.1 212 10/5/2023
2.1.0 206 9/27/2023
2.0.2 281 8/2/2023
2.0.1 175 7/11/2023
2.0.0 136 7/8/2023
1.5.5 152 7/1/2023
1.5.4 188 5/28/2023
1.5.3 245 4/16/2023
1.5.2 191 4/11/2023
1.5.1 270 3/15/2023
1.5.0 311 2/9/2023
1.4.8 394 11/28/2022
1.4.7 309 11/23/2022
1.4.6 298 11/22/2022
1.4.5 313 11/21/2022
1.4.4 376 11/1/2022
1.4.3 389 10/21/2022
1.4.2 403 10/17/2022
1.4.1 400 10/10/2022
1.4.0 386 10/6/2022
1.3.6 407 9/19/2022
1.3.5 431 9/8/2022
1.3.4 427 8/18/2022
1.3.3 450 8/5/2022
1.3.2 513 6/19/2022
1.3.1 460 5/23/2022
1.2.4 438 5/11/2022
1.2.3 445 5/7/2022
1.2.2 438 5/2/2022
1.2.1 496 3/28/2022
1.2.0 406 3/20/2022