Skip to content

Commit

Permalink
Changed project motto (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers authored Sep 26, 2023
1 parent 0e82c40 commit 445841f
Show file tree
Hide file tree
Showing 18 changed files with 31 additions and 30 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ The project is organized in this folder structure:
* **docs** (website)
* **src**
* **config**: contains the configuration files copied from the oficial Apache Kafka delivery
* **documentation**: contains the configuration files to generate API documentation and web-site
* **java**
* **knet**: contains the JVM side implementation of some classes managed from .NET side; it is structured as a complete Maven project
* **net**
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# KNet: the Apache Kafka .NET suite
# KNet: .NET suite for Apache Kafka

KNet is a comprehensive .NET suite for [Apache Kafka](https://kafka.apache.org/) [APIs](https://kafka.apache.org/documentation/#api) providing all 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

Expand Down
2 changes: 1 addition & 1 deletion src/documentation/articles/howtobuild.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# KNet How to build from scratch
# KNet: How to build from scratch

If the user clones the repo, the following steps shall be done to use the project. The full steps can be found within the repo, under the **.github\workflows** folder.

Expand Down
4 changes: 2 additions & 2 deletions src/documentation/articles/intro.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# KNet: the Apache Kafka .NET suite
# KNet: .NET suite for Apache Kafka

KNet is a comprehensive .NET suite for [Apache Kafka](https://kafka.apache.org/) [APIs](https://kafka.apache.org/documentation/#api) providing all 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

Expand Down
4 changes: 2 additions & 2 deletions src/documentation/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# KNet: the Apache Kafka .NET suite
# KNet: .NET suite for Apache Kafka

KNet is a comprehensive .NET suite for [Apache Kafka](https://kafka.apache.org/) [APIs](https://kafka.apache.org/documentation/#api) providing all 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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<OutputPath>..\..\..\bin\</OutputPath>
<AssemblyName>MASES.KNet.Serialization.Avro</AssemblyName>
<RootNamespace>MASES.KNet.Serialization.Avro</RootNamespace>
<Title>KNet Avro Serialization - The Apache Kafka .NET suite.</Title>
<Description>Avro Serializer/Deserializer of the Apache Kafka .NET suite. KNet is a comprehensive .NET suite for Apache Kafka providing all features: Producer, Consumer, Admin, Streams, Connect, backends (ZooKeeper and Kafka).</Description>
<Title>KNet Avro Serialization - .NET suite for Apache Kafka</Title>
<Description>Avro Serializer/Deserializer of .NET suite for Apache Kafka. KNet is a comprehensive .NET suite for Apache Kafka providing all features: Producer, Consumer, Admin, Streams, Connect, backends (ZooKeeper and Kafka).</Description>
<Product>KNet</Product>
<PackageTags>knet kafka apache-kafka dotnet clr netcore net6 kafka connect streams producer consumer providers streamprovider gateway</PackageTags>
<PackageId>MASES.KNet.Serialization.Avro</PackageId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<OutputPath>..\..\..\bin\</OutputPath>
<AssemblyName>MASES.KNet.Serialization.Json</AssemblyName>
<RootNamespace>MASES.KNet.Serialization.Json</RootNamespace>
<Title>KNet Json Serialization - The Apache Kafka .NET suite.</Title>
<Description>Json Serializer/Deserializer of the Apache Kafka .NET suite. KNet is a comprehensive .NET suite for Apache Kafka providing all features: Producer, Consumer, Admin, Streams, Connect, backends (ZooKeeper and Kafka).</Description>
<Title>KNet Json Serialization - .NET suite for Apache Kafka</Title>
<Description>Json Serializer/Deserializer of .NET suite for Apache Kafka. KNet is a comprehensive .NET suite for Apache Kafka providing all features: Producer, Consumer, Admin, Streams, Connect, backends (ZooKeeper and Kafka).</Description>
<Product>KNet</Product>
<PackageTags>knet kafka apache-kafka dotnet clr netcore net6 kafka connect streams producer consumer providers streamprovider gateway</PackageTags>
<PackageId>MASES.KNet.Serialization.Json</PackageId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<OutputPath>..\..\..\bin\</OutputPath>
<AssemblyName>MASES.KNet.Serialization.MessagePack</AssemblyName>
<RootNamespace>MASES.KNet.Serialization.MessagePack</RootNamespace>
<Title>KNet MessagePack Serialization - The Apache Kafka .NET suite.</Title>
<Description>MessagePack Serializer/Deserializer of the Apache Kafka .NET suite. KNet is a comprehensive .NET suite for Apache Kafka providing all features: Producer, Consumer, Admin, Streams, Connect, backends (ZooKeeper and Kafka).</Description>
<Title>KNet MessagePack Serialization - .NET suite for Apache Kafka</Title>
<Description>MessagePack Serializer/Deserializer of .NET suite for Apache Kafka. KNet is a comprehensive .NET suite for Apache Kafka providing all features: Producer, Consumer, Admin, Streams, Connect, backends (ZooKeeper and Kafka).</Description>
<Product>KNet</Product>
<PackageTags>knet kafka apache-kafka dotnet clr netcore net6 kafka connect streams producer consumer providers streamprovider gateway</PackageTags>
<PackageId>MASES.KNet.Serialization.MessagePack</PackageId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<OutputPath>..\..\..\bin\</OutputPath>
<AssemblyName>MASES.KNet.Serialization.Protobuf</AssemblyName>
<RootNamespace>MASES.KNet.Serialization.Protobuf</RootNamespace>
<Title>KNet Protobuf Serialization - The Apache Kafka .NET suite.</Title>
<Description>Protobuf Serializer/Deserializer of the Apache Kafka .NET suite. KNet is a comprehensive .NET suite for Apache Kafka providing all features: Producer, Consumer, Admin, Streams, Connect, backends (ZooKeeper and Kafka).</Description>
<Title>KNet Protobuf Serialization - .NET suite for Apache Kafka</Title>
<Description>Protobuf Serializer/Deserializer of .NET suite for Apache Kafka. KNet is a comprehensive .NET suite for Apache Kafka providing all features: Producer, Consumer, Admin, Streams, Connect, backends (ZooKeeper and Kafka).</Description>
<Product>KNet</Product>
<PackageTags>knet kafka apache-kafka dotnet clr netcore net6 kafka connect streams producer consumer providers streamprovider gateway</PackageTags>
<PackageId>MASES.KNet.Serialization.Protobuf</PackageId>
Expand Down
4 changes: 2 additions & 2 deletions src/net/KNet/KNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<OutputPath>..\..\..\bin\</OutputPath>
<AssemblyName>MASES.KNet</AssemblyName>
<RootNamespace>MASES.KNet</RootNamespace>
<Title>KNet Core - The Apache Kafka .NET suite.</Title>
<Description>Core of the Apache Kafka .NET suite. KNet is a comprehensive .NET suite for Apache Kafka providing all features: Producer, Consumer, Admin, Streams, Connect, backends (ZooKeeper and Kafka).</Description>
<Title>KNet Core - .NET suite for Apache Kafka</Title>
<Description>Core of .NET suite for Apache Kafka. KNet is a comprehensive .NET suite for Apache Kafka providing all features: Producer, Consumer, Admin, Streams, Connect, backends (ZooKeeper and Kafka).</Description>
<Product>KNet</Product>
<PackageTags>knet kafka apache-kafka dotnet clr netcore net6 kafka connect streams producer consumer providers streamprovider gateway</PackageTags>
<PackageId>MASES.KNet</PackageId>
Expand Down
4 changes: 2 additions & 2 deletions src/net/KNetCLI/KNetCLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<OutputType>Exe</OutputType>
<AssemblyName>MASES.KNetCLI</AssemblyName>
<RootNamespace>MASES.KNetCLI</RootNamespace>
<Title>KNet command line interface - The Apache Kafka .NET suite.</Title>
<Description>Command line interface of the Apache Kafka .NET suite. KNet is a comprehensive .NET suite for Apache Kafka providing all features: Producer, Consumer, Admin, Streams, Connect, backends (ZooKeeper and Kafka).</Description>
<Title>KNet command line interface - .NET suite for Apache Kafka</Title>
<Description>Command line interface of .NET suite for Apache Kafka. KNet is a comprehensive .NET suite for Apache Kafka providing all features: Producer, Consumer, Admin, Streams, Connect, backends (ZooKeeper and Kafka).</Description>
<Product>KNetCLI</Product>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageTags>knet cli kafka apache-kafka dotnet clr netcore net6 kafka connect streams producer consumer providers streamprovider gateway</PackageTags>
Expand Down
4 changes: 2 additions & 2 deletions src/net/KNetCLI/KNetCLI.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<metadata>
<id>MASES.KNetCLI</id>
<version>2.0.2</version>
<title>KNet command line interface - The Apache Kafka .NET suite.</title>
<title>KNet command line interface - .NET suite for Apache Kafka</title>
<authors>MASES s.r.l.</authors>
<owners>MASES s.r.l.</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<projectUrl>https://github.com/masesgroup/KNet/</projectUrl>
<repository type="git" url="https://github.com/masesgroup/KNet/" />
<description>Command line interface of the Apache Kafka .NET suite. KNet is a comprehensive .NET suite for Apache Kafka providing all features: Producer, Consumer, Admin, Streams, Connect, backends (ZooKeeper and Kafka).</description>
<description>Command line interface of .NET suite for Apache Kafka. KNet is a comprehensive .NET suite for Apache Kafka providing all features: Producer, Consumer, Admin, Streams, Connect, backends (ZooKeeper and Kafka).</description>
<releaseNotes>https://github.com/masesgroup/KNet/releases</releaseNotes>
<copyright>Copyright © MASES s.r.l. 2023</copyright>
<license type="file">LICENSE</license>
Expand Down
4 changes: 2 additions & 2 deletions src/net/KNetConnect/KNetConnect.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<OutputType>Exe</OutputType>
<AssemblyName>MASES.KNetConnect</AssemblyName>
<RootNamespace>MASES.KNetConnect</RootNamespace>
<Title>KNet Connect SDK command line interface - The Apache Kafka .NET suite.</Title>
<Description>Connect SDK command line interface of the Apache Kafka .NET suite. KNet is a comprehensive .NET suite for Apache Kafka providing all features: Producer, Consumer, Admin, Streams, Connect, backends (ZooKeeper and Kafka).</Description>
<Title>KNet Connect SDK command line interface - .NET suite for Apache Kafka</Title>
<Description>Connect SDK command line interface of .NET suite for Apache Kafka. KNet is a comprehensive .NET suite for Apache Kafka providing all features: Producer, Consumer, Admin, Streams, Connect, backends (ZooKeeper and Kafka).</Description>
<Product>KNetConnect</Product>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageTags>knet cli kafka apache-kafka dotnet clr netcore net6 kafka connect streams producer consumer providers streamprovider gateway</PackageTags>
Expand Down
4 changes: 2 additions & 2 deletions src/net/KNetConnect/KNetConnect.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<metadata>
<id>MASES.KNetConnect</id>
<version>2.0.2</version>
<title>KNet Connect SDK command line interface - The Apache Kafka .NET suite.</title>
<title>KNet Connect SDK command line interface - .NET suite for Apache Kafka</title>
<authors>MASES s.r.l.</authors>
<owners>MASES s.r.l.</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<projectUrl>https://github.com/masesgroup/KNet/</projectUrl>
<repository type="git" url="https://github.com/masesgroup/KNet/" />
<description>Connect SDK command line interface of the Apache Kafka .NET suite. KNet is a comprehensive .NET suite for Apache Kafka providing all features: Producer, Consumer, Admin, Streams, Connect, backends (ZooKeeper and Kafka).</description>
<description>Connect SDK command line interface of .NET suite for Apache Kafka. KNet is a comprehensive .NET suite for Apache Kafka providing all features: Producer, Consumer, Admin, Streams, Connect, backends (ZooKeeper and Kafka).</description>
<releaseNotes>https://github.com/masesgroup/KNet/releases</releaseNotes>
<copyright>Copyright © MASES s.r.l. 2023</copyright>
<license type="file">LICENSE</license>
Expand Down
4 changes: 2 additions & 2 deletions src/net/KNetPS/KNetPS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<AssemblyName>MASES.KNetPS</AssemblyName>
<RootNamespace>MASES.KNetPS</RootNamespace>
<Title>KNet PowerShell command line interface - The Apache Kafka .NET suite.</Title>
<Description>PowerShell command line interface of the Apache Kafka .NET suite. KNet is a comprehensive .NET suite for Apache Kafka providing all features: Producer, Consumer, Admin, Streams, Connect, backends (ZooKeeper and Kafka).</Description>
<Title>KNet PowerShell command line interface - .NET suite for Apache Kafka</Title>
<Description>PowerShell command line interface of .NET suite for Apache Kafka. KNet is a comprehensive .NET suite for Apache Kafka providing all features: Producer, Consumer, Admin, Streams, Connect, backends (ZooKeeper and Kafka).</Description>
<Product>KNetPS</Product>
<OutputPath>..\..\..\MASES.KNetPS\</OutputPath>
<TargetFrameworks>net462;net6.0</TargetFrameworks>
Expand Down
2 changes: 1 addition & 1 deletion src/net/KNetPS/MASES.KNetPSCore.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ CompanyName = 'MASES s.r.l.'
Copyright = 'Copyright © MASES s.r.l. 2023'

# Description of the functionality provided by this module
Description = 'PowerShell command line interface of the Apache Kafka .NET suite. KNet is a comprehensive .NET suite for Apache Kafka providing all features: Producer, Consumer, Admin, Streams, Connect, backends (ZooKeeper and Kafka).'
Description = 'PowerShell command line interface of .NET suite for Apache Kafka. KNet is a comprehensive .NET suite for Apache Kafka providing all features: Producer, Consumer, Admin, Streams, Connect, backends (ZooKeeper and Kafka).'

# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '7.0.0'
Expand Down
2 changes: 1 addition & 1 deletion src/net/KNetPS/MASES.KNetPSFramework.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ CompanyName = 'MASES s.r.l.'
Copyright = 'Copyright © MASES s.r.l. 2023'

# Description of the functionality provided by this module
Description = 'PowerShell command line interface of the Apache Kafka .NET suite. KNet is a comprehensive .NET suite for Apache Kafka providing all features: Producer, Consumer, Admin, Streams, Connect, backends (ZooKeeper and Kafka).'
Description = 'PowerShell command line interface of .NET suite for Apache Kafka. KNet is a comprehensive .NET suite for Apache Kafka providing all features: Producer, Consumer, Admin, Streams, Connect, backends (ZooKeeper and Kafka).'

# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '3.0'
Expand Down
2 changes: 1 addition & 1 deletion src/net/templates/templatepack.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<OutputPath>..\..\..\bin\</OutputPath>
<PackageType>Template</PackageType>
<PackageId>MASES.KNet.Templates</PackageId>
<Title>KNet Templates - Templates to use KNet</Title>
<Title>KNet Templates - Templates to use with KNet</Title>
<Summary>Ready made templates to create applications based on KNet</Summary>
<Description>Ready made templates to create applications based on KNet. The templates are ready made starting points, all information and APIs are available in the official website https://masesgroup.github.io/KNet</Description>
<PackageTags>knet kafka apache-kafka dotnet clr netcore net6 template kafka connect streams producer consumer providers streamprovider confluent</PackageTags>
Expand Down

0 comments on commit 445841f

Please sign in to comment.