MASES.KNet.Templates 3.2.3-rc8

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-rc8
                    
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-rc991 70 6/10/2026
3.2.3-rc99 79 6/9/2026
3.2.3-rc98 90 6/8/2026
3.2.3-rc97 88 6/5/2026
3.2.3-rc96 87 6/4/2026
3.2.3-rc95 105 5/29/2026
3.2.3-rc94 98 5/26/2026
3.2.3-rc93 112 5/22/2026
3.2.3-rc92 134 5/20/2026
3.2.3-rc91 115 5/16/2026
3.2.3-rc9 122 5/12/2026
3.2.3-rc8 145 5/8/2026
3.2.3-rc7 137 5/8/2026
3.2.3-rc6 128 5/6/2026
3.2.3-rc5 146 5/4/2026
3.2.3-rc4 144 5/2/2026
3.2.3-rc3 145 4/30/2026
3.2.2 214 3/27/2026
2.9.12-rc1 59 6/10/2026
Loading failed