MASES.KNetConnect
2.9.1
dotnet tool install --global MASES.KNetConnect --version 2.9.1
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local MASES.KNetConnect --version 2.9.1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=MASES.KNetConnect&version=2.9.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package MASES.KNetConnect --version 2.9.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
title: Kafka™ Connect SDK of .NET suite for Apache Kafka™ _description: Describes how to use Kafka™ Connect SDK of .NET suite for Apache Kafka™
KNet: KNet Connect SDK
Installation
KNet Connect is available in two different formats:
- dotnet tool hosted on NuGet: check https://www.nuget.org/packages/MASES.KNetConnect/ and https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools for installation deep instructions.
- Docker image hosted on GitHub or Docker Hub: follow instruction within the page and general instruction on https://docs.docker.com
[!IMPORTANT] The dotnet tool needs a JRE/JDK installed within the system
Usage
To use the Connect interface (KNetConnect) runs a command like the following:
- dotnet tool
knetconnect -s connect-standalone.properties specific-connector.properties
knetconnect -d connect-distributed.properties
[!IMPORTANT] If the previous commands raise the error described in Intel CET and KNet the only solution is to apply the following workaround (within an elevated shell) and disable CET:
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\knetconnect.exe" /v MitigationOptions /t REG_BINARY /d "0000000000000000000000000000002000" /f
- Docker image
docker run ghcr.io/masesgroup/knetconnect -s connect-standalone.properties specific-connector.properties
docker run masesgroup/knetconnect -s connect-standalone.properties specific-connector.properties
docker run ghcr.io/masesgroup/knetconnect -d connect-distributed.properties
docker run masesgroup/knetconnect -d connect-distributed.properties
Command line switch available
knetconnect accepts the following command-line switch to identify its behavior:
- d: starts a distributed version of Connector defined in the file identified from the subsequent parameter
- s: starts a standalone version of Connector defined in the file identified from the subsequent parameter
- k: starts a KNet version (Distributed or Standalone) accepting environment variables names containing the data associated to the parameters expected from the stanard version
- other parameters in sequence are:
- Apache Kafka™ Connect configuration file
- KNet Connector configuration file
- or in case of k switch is used the parameters are the environemnt variables containing the configuration data in the following form:
- key and value separated with =
- key-value pair separated with ||
- an example is key1=value1||key2=value2||key3
Connector properties
For an overview of configuration see Connect SDK
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
Version | Downloads | Last updated |
---|---|---|
2.9.1 | 479 | 2 months ago |
2.9.0 | 457 | 4 months ago |
2.8.2 | 499 | 5 months ago |
2.8.1 | 451 | 7 months ago |
2.8.0 | 400 | 8 months ago |
2.7.10 | 292 | 5 months ago |
2.7.9 | 512 | 7 months ago |
2.7.8 | 276 | 8 months ago |
2.7.7 | 316 | 8 months ago |
2.7.6 | 298 | 8 months ago |
2.7.5 | 477 | 9 months ago |
2.7.4 | 457 | 9 months ago |
2.7.3 | 489 | 10 months ago |
2.7.2 | 367 | 5/25/2024 |
2.7.1 | 314 | 5/18/2024 |
2.7.0 | 349 | 5/16/2024 |
2.6.7 | 301 | 5 months ago |
2.6.6 | 429 | 7 months ago |
2.6.5 | 558 | 7 months ago |
2.6.4 | 339 | 10 months ago |
2.6.3 | 203 | 10 months ago |
2.6.2 | 308 | 5/17/2024 |
2.6.0 | 639 | 3/1/2024 |
2.5.0 | 537 | 2/28/2024 |
2.4.3 | 454 | 2/11/2024 |
2.4.2 | 360 | 1/27/2024 |
2.4.1 | 344 | 1/21/2024 |
2.4.0 | 436 | 1/20/2024 |
2.3.0 | 1,123 | 11/25/2023 |
2.2.0 | 671 | 10/19/2023 |
2.1.3 | 656 | 10/11/2023 |
2.1.2 | 819 | 10/6/2023 |
2.1.1 | 800 | 10/5/2023 |
2.1.0 | 884 | 9/27/2023 |
2.0.2 | 698 | 8/2/2023 |
2.0.1 | 733 | 7/11/2023 |
2.0.0 | 638 | 7/8/2023 |
1.5.5 | 703 | 7/1/2023 |
1.5.4 | 549 | 5/28/2023 |
1.5.3 | 751 | 4/16/2023 |
1.5.2 | 854 | 4/11/2023 |
1.5.1 | 798 | 3/15/2023 |
1.5.0 | 978 | 2/9/2023 |
1.4.8 | 754 | 11/28/2022 |
1.4.7 | 846 | 11/23/2022 |