MASES.KNet.Templates 3.2.3-rc4

This is a prerelease version of MASES.KNet.Templates.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet new install MASES.KNet.Templates::3.2.3-rc4
                    
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.

Connect 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.
  • net10.0

    • No dependencies.
  • net8.0

    • No dependencies.
  • net9.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
3.2.3-rc95 42 5/29/2026
3.2.3-rc94 78 5/26/2026
3.2.3-rc93 91 5/22/2026
3.2.3-rc92 114 5/20/2026
3.2.3-rc91 97 5/16/2026
3.2.3-rc9 104 5/12/2026
3.2.3-rc8 127 5/8/2026
3.2.3-rc7 119 5/8/2026
3.2.3-rc6 110 5/6/2026
3.2.3-rc5 128 5/4/2026
3.2.3-rc4 125 5/2/2026
3.2.3-rc3 127 4/30/2026
3.2.2 194 3/27/2026
3.2.1 186 3/14/2026
3.2.0 202 2/24/2026
2.9.11 188 3/27/2026
2.9.10 191 3/14/2026
Loading failed