From 577f09a6ab185a5ec9f807f194db3a54fabbf362 Mon Sep 17 00:00:00 2001 From: MASES Public Developers Team <94312179+masesdevelopers@users.noreply.github.com> Date: Tue, 12 Nov 2024 03:18:50 +0100 Subject: [PATCH] Update link reference and trademark symbol --- README.md | 3 ++- src/documentation/articles/intro.md | 34 ++++++++++++++--------------- src/documentation/index.md | 2 +- 3 files changed, 20 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index b25da84ab..26dafadba 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Currently the project tries to support, at our best, the [supported Apache Kafka - branch [master](https://github.com/masesgroup/KNet) - KNet version 2.9.* - Apache Kafkaâ„¢ version 3.8.*: - - branch [release/2.8.X](https://github.com/masesgroup/KNet) + - branch [release/2.8.X](https://github.com/masesgroup/KNet/tree/release/2.8.X) - KNet version 2.8.* - Apache Kafkaâ„¢ version 3.7.*: - branch [release/2.7.X](https://github.com/masesgroup/KNet/tree/release/2.7.X) @@ -104,6 +104,7 @@ This project adheres to the Contributor [Covenant code of conduct](CODE_OF_CONDU * serializers supports data exchange based on `byte` array and `ByteBuffer` * version 2.7.2 introduces `ISerDesSelector` to optimize serialization selection based on `byte` array or `ByteBuffer` * V2.8.0+: From version 2.8.0: supports Apache Kafkaâ„¢ version 3.8.* +* V2.9.0+: From version 2.8.0: supports Apache Kafkaâ„¢ version 3.9.* --- diff --git a/src/documentation/articles/intro.md b/src/documentation/articles/intro.md index 7f93401b1..576587074 100644 --- a/src/documentation/articles/intro.md +++ b/src/documentation/articles/intro.md @@ -1,11 +1,11 @@ --- -title: .NET suite for Apache Kafka™ -_description: Main page of .NET suite for Apache Kafka™ +title: .NET suite for Apache Kafkaâ„¢ +_description: Main page of .NET suite for Apache Kafkaâ„¢ --- -# KNet: .NET suite for [Apache Kafka™](https://kafka.apache.org/) +# KNet: .NET suite for [Apache Kafkaâ„¢](https://kafka.apache.org/) -KNet is a comprehensive .NET suite for [Apache Kafka™](https://kafka.apache.org/) providing access to all [APIs](https://kafka.apache.org/documentation/#api) and features: Producer, Consumer, Admin, Streams, Connect, backends (ZooKeeper and Kafka™). +KNet is a comprehensive .NET suite for [Apache Kafkaâ„¢](https://kafka.apache.org/) providing access to all [APIs](https://kafka.apache.org/documentation/#api) and features: Producer, Consumer, Admin, Streams, Connect, backends (ZooKeeper and Kafkaâ„¢). ### Libraries and Tools @@ -21,41 +21,41 @@ KNet is a comprehensive .NET suite for [Apache Kafka ### Project disclaimer -KNet is a suite for Apache Kafka™, curated by MASES Group, can be supported by the open-source community. +KNet is a suite for Apache Kafkaâ„¢, curated by MASES Group, can be supported by the open-source community. Its primary scope is to support other, public or internal, MASES Group projects: open-source community and commercial entities can use it for their needs and support this project, moreover there are dedicated community and commercial subscription plans. -The repository code and releases may contain bugs, the release cycle depends from Apache Kafka™ release cycle, critical discovered issues and/or enhancement requested from this or other projects. +The repository code and releases may contain bugs, the release cycle depends from Apache Kafkaâ„¢ release cycle, critical discovered issues and/or enhancement requested from this or other projects. -Looking for the help of Apache Kafka™ experts? MASES Group can help you design, build, deploy, and manage Apache Kafka™ clusters and streaming applications. +Looking for the help of Apache Kafkaâ„¢ experts? MASES Group can help you design, build, deploy, and manage Apache Kafkaâ„¢ clusters and streaming applications. --- ## Scope of the project -This project aims to create a set of libraries and tools to direct access, from .NET, all the features available in the [Apache Kafka™ binary distribution](https://kafka.apache.org/downloads). +This project aims to create a set of libraries and tools to direct access, from .NET, all the features available in the [Apache Kafkaâ„¢ binary distribution](https://kafka.apache.org/downloads). -There are many client libraries written to manage communication with Apache Kafka™. Conversely, this project use directly the Java packages released from The Apache Foundation giving more than one benefit: +There are many client libraries written to manage communication with Apache Kafkaâ„¢. Conversely, this project use directly the Java packages released from The Apache Foundation giving more than one benefit: * all implemented features are availables at no extra implementation costs, see [KNet usage](usage.md); * avoids any third party communication protocol implementation; -* access all features made available from Apache Kafka™: the most important are Apache Kafka™ Streams and Apache Kafka™ Connect which does not have any C# implementation; +* access all features made available from Apache Kafkaâ„¢: the most important are Apache Kafkaâ„¢ Streams and Apache Kafkaâ„¢ Connect which does not have any C# implementation; * measured high [performance](performance.md) in many operating conditions. -Currently the project tries to support, at our best, the [supported Apache Kafka™ binary distribution](https://kafka.apache.org/downloads): -- Apache Kafka™ version 3.9.*: +Currently the project tries to support, at our best, the [supported Apache Kafkaâ„¢ binary distribution](https://kafka.apache.org/downloads): +- Apache Kafkaâ„¢ version 3.9.*: - branch [master](https://github.com/masesgroup/KNet) - KNet version 2.9.* -- Apache Kafka™ version 3.8.*: - - branch [release/2.8.X](https://github.com/masesgroup/KNet) +- Apache Kafkaâ„¢ version 3.8.*: + - branch [release/2.8.X](https://github.com/masesgroup/KNet/tree/release/2.8.X) - KNet version 2.8.* -- Apache Kafka™ version 3.7.*: +- Apache Kafkaâ„¢ version 3.7.*: - branch [release/2.7.X](https://github.com/masesgroup/KNet/tree/release/2.7.X) - KNet version 2.7.* -- Apache Kafka™ version 3.6.*: +- Apache Kafkaâ„¢ version 3.6.*: - branch [release/2.6.X](https://github.com/masesgroup/KNet/tree/release/2.6.X) - KNet version 2.6.* -The Apache Kafka™ packages are downloaded from: +The Apache Kafkaâ„¢ packages are downloaded from: |kafka-clients | kafka-streams | kafka-tools | kafka_2.13 | |:---: |:---: |:---: |:---: | diff --git a/src/documentation/index.md b/src/documentation/index.md index 5d1045ab5..013ad9bc9 100644 --- a/src/documentation/index.md +++ b/src/documentation/index.md @@ -40,7 +40,7 @@ Currently the project tries to support, at our best, the [supported Apache Kafka - branch [master](https://github.com/masesgroup/KNet) - KNet version 2.9.* - Apache Kafkaâ„¢ version 3.8.*: - - branch [release/2.8.X](https://github.com/masesgroup/KNet) + - branch [release/2.8.X](https://github.com/masesgroup/KNet/tree/release/2.8.X) - KNet version 2.8.* - Apache Kafkaâ„¢ version 3.7.*: - branch [release/2.7.X](https://github.com/masesgroup/KNet/tree/release/2.7.X)