Skip to content

Commit d09a794

Browse files
committed
[ksqlDB.RestApi.Client] - removing kafka
1 parent 9363837 commit d09a794

File tree

4 files changed

+18
-25
lines changed

4 files changed

+18
-25
lines changed

InsideOut.sln

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SqlServer.Connector", "SqlS
3535
EndProject
3636
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SqlServer.Connector.Tests", "Tests\SqlServer.Connector.Tests\SqlServer.Connector.Tests.csproj", "{D73BA2F1-7F1C-45D8-8D53-1832E40320AA}"
3737
EndProject
38-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ksqlDB.RestApi.Client.DotNetFramework.Sample", "Samples\ksqlDB.RestApi.Client.DotNetFramework.Sample\ksqlDB.RestApi.Client.DotNetFramework.Sample.csproj", "{AA6509F4-6D6B-4858-80F6-F4219EC5C43A}"
39-
EndProject
4038
Global
4139
GlobalSection(SolutionConfigurationPlatforms) = preSolution
4240
Debug|Any CPU = Debug|Any CPU
@@ -83,10 +81,6 @@ Global
8381
{D73BA2F1-7F1C-45D8-8D53-1832E40320AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
8482
{D73BA2F1-7F1C-45D8-8D53-1832E40320AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
8583
{D73BA2F1-7F1C-45D8-8D53-1832E40320AA}.Release|Any CPU.Build.0 = Release|Any CPU
86-
{AA6509F4-6D6B-4858-80F6-F4219EC5C43A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
87-
{AA6509F4-6D6B-4858-80F6-F4219EC5C43A}.Debug|Any CPU.Build.0 = Debug|Any CPU
88-
{AA6509F4-6D6B-4858-80F6-F4219EC5C43A}.Release|Any CPU.ActiveCfg = Release|Any CPU
89-
{AA6509F4-6D6B-4858-80F6-F4219EC5C43A}.Release|Any CPU.Build.0 = Release|Any CPU
9084
EndGlobalSection
9185
GlobalSection(SolutionProperties) = preSolution
9286
HideSolutionNode = FALSE
@@ -98,7 +92,6 @@ Global
9892
{A1CC1EDB-C346-4BE5-BDC5-8288D2ECC0EC} = {08E77D02-0DE4-49A5-ACAB-B6DF7E56D405}
9993
{9B744296-3BDF-41A6-B720-7271C329F7BF} = {AA5681E8-1682-47E9-9159-4AE95A92E694}
10094
{D73BA2F1-7F1C-45D8-8D53-1832E40320AA} = {08E77D02-0DE4-49A5-ACAB-B6DF7E56D405}
101-
{AA6509F4-6D6B-4858-80F6-F4219EC5C43A} = {AA5681E8-1682-47E9-9159-4AE95A92E694}
10295
EndGlobalSection
10396
GlobalSection(ExtensibilityGlobals) = postSolution
10497
SolutionGuid = {08C8585D-5006-4484-AC12-72B1F42058D7}

Samples/ksqlDB.RestApi.Client.DotNetFramework.Sample/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
using ksqlDB.RestApi.Client.KSql.RestApi.Http;
1717
using ksqlDB.RestApi.Client.KSql.RestApi.Parameters;
1818

19-
namespace Kafka.DotNetFramework.ksqlDB.Sample
19+
namespace ksqlDB.RestApi.Client.DotNetFramework.Sample
2020
{
2121
class Program
2222
{

Samples/ksqlDB.RestApi.Client.DotNetFramework.Sample/ksqlDB.RestApi.Client.DotNetFramework.Sample.csproj

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
77
<ProjectGuid>{AA6509F4-6D6B-4858-80F6-F4219EC5C43A}</ProjectGuid>
88
<OutputType>Exe</OutputType>
9-
<RootNamespace>Kafka.DotNetFramework.ksqlDB.Sample</RootNamespace>
10-
<AssemblyName>Kafka.DotNetFramework.ksqlDB.Sample</AssemblyName>
9+
<RootNamespace>ksqlDB.RestApi.Client.DotNetFramework.Sample</RootNamespace>
10+
<AssemblyName>ksqlDB.RestApi.Client.DotNetFramework.Sample</AssemblyName>
1111
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
1212
<FileAlignment>512</FileAlignment>
1313
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
@@ -49,31 +49,31 @@
4949
<Reference Include="WindowsBase" />
5050
</ItemGroup>
5151
<ItemGroup>
52-
<Compile Include="..\Kafka.DotNet.ksqlDB.Sample\Models\Movies\Lead_Actor.cs">
52+
<Compile Include="..\ksqlDB.RestApi.Client.Sample\Models\Movies\Lead_Actor.cs">
5353
<Link>Movies\Lead_Actor.cs</Link>
5454
</Compile>
55-
<Compile Include="..\Kafka.DotNet.ksqlDB.Sample\Models\Movies\Movie.cs">
55+
<Compile Include="..\ksqlDB.RestApi.Client.Sample\Models\Movies\Movie.cs">
5656
<Link>Movies\Movie.cs</Link>
5757
</Compile>
58-
<Compile Include="..\Kafka.DotNet.ksqlDB.Sample\Models\Sensors\IoTSensor.cs">
58+
<Compile Include="..\ksqlDB.RestApi.Client.Sample\Models\Sensors\IoTSensor.cs">
5959
<Link>Models\Sensors\IoTSensor.cs</Link>
6060
</Compile>
61-
<Compile Include="..\Kafka.DotNet.ksqlDB.Sample\Models\Sensors\IoTSensorStats.cs">
61+
<Compile Include="..\ksqlDB.RestApi.Client.Sample\Models\Sensors\IoTSensorStats.cs">
6262
<Link>Models\Sensors\IoTSensorStats.cs</Link>
6363
</Compile>
64-
<Compile Include="..\Kafka.DotNet.ksqlDB.Sample\Models\Tweet.cs">
64+
<Compile Include="..\ksqlDB.RestApi.Client.Sample\Models\Tweet.cs">
6565
<Link>Models\Tweet.cs</Link>
6666
</Compile>
67-
<Compile Include="..\Kafka.DotNet.ksqlDB.Sample\Providers\IKSqlDbRestApiProvider.cs">
67+
<Compile Include="..\ksqlDB.RestApi.Client.Sample\Providers\IKSqlDbRestApiProvider.cs">
6868
<Link>Providers\IKSqlDbRestApiProvider.cs</Link>
6969
</Compile>
70-
<Compile Include="..\Kafka.DotNet.ksqlDB.Sample\Providers\KSqlDbRestApiProvider.cs">
70+
<Compile Include="..\ksqlDB.RestApi.Client.Sample\Providers\KSqlDbRestApiProvider.cs">
7171
<Link>Providers\KSqlDbRestApiProvider.cs</Link>
7272
</Compile>
73-
<Compile Include="..\Kafka.DotNet.ksqlDB.Sample\Providers\MoviesProvider.cs">
73+
<Compile Include="..\ksqlDB.RestApi.Client.Sample\Providers\MoviesProvider.cs">
7474
<Link>Providers\MoviesProvider.cs</Link>
7575
</Compile>
76-
<Compile Include="..\Kafka.DotNet.ksqlDB.Sample\PullQuery\PullQueryExample.cs">
76+
<Compile Include="..\ksqlDB.RestApi.Client.Sample\PullQuery\PullQueryExample.cs">
7777
<Link>PullQuery\PullQueryExample.cs</Link>
7878
</Compile>
7979
<Compile Include="Program.cs" />

ksqlDb.RestApi.Client/Wiki.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,19 +124,19 @@ run in command line:
124124

125125
**AspNet Blazor server side sample:**
126126

127-
- set docker-compose.csproj as startup project in Kafka.DotNet.InsideOut.sln for an embedded Kafka connect integration and stream processing examples.
127+
- set docker-compose.csproj as startup project in InsideOut.sln for an embedded Kafka connect integration and stream processing examples.
128128

129129
# CDC - Push notifications from Sql Server tables with Kafka
130130
Monitor Sql Server tables for changes and forward them to the appropriate Kafka topics. You can consume (react to) these row-level table changes (CDC - Change Data Capture) from Sql Server databases with Kafka.DotNet.SqlServer package together with the Debezium connector streaming platform.
131131
### Nuget
132132
```
133-
Install-Package Kafka.DotNet.SqlServer -Version 0.3.0-rc.1
133+
Install-Package SqlServer.Connector -Version 0.3.0-rc.1
134134
Install-Package ksqlDB.RestApi.Client
135135
```
136136

137-
[Kafka.DotNet.SqlServer WIKI](https://github.com/tomasfabian/ksqlDB.RestApi.Client/blob/main/Kafka.DotNet.SqlServer/Wiki.md)
137+
[SqlServer.Connector WIKI](https://github.com/tomasfabian/ksqlDB.RestApi.Client/blob/main/SqlServer.Connector/Wiki.md)
138138

139-
Full example is available in [Blazor example](https://github.com/tomasfabian/ksqlDB.RestApi.Client/tree/main/Samples/Blazor.Sample) - Kafka.DotNet.InsideOut.sln: (The initial run takes a few minutes until all containers are up and running.)
139+
Full example is available in [Blazor example](https://github.com/tomasfabian/ksqlDB.RestApi.Client/tree/main/Samples/Blazor.Sample) - InsideOut.sln: (The initial run takes a few minutes until all containers are up and running.)
140140

141141
The following example demonstrates ksqldb server side filtering of database transactions:
142142
```C#
@@ -347,7 +347,7 @@ static async Task Main(string[] args)
347347
}
348348
```
349349

350-
[Blazor server side example](https://github.com/tomasfabian/ksqlDB.RestApi.Client) - Kafka.DotNet.InsideOut.sln
350+
[Blazor server side example](https://github.com/tomasfabian/ksqlDB.RestApi.Client) - InsideOut.sln
351351

352352
# Setting query parameters (v0.1.0)
353353
Default settings:
@@ -2101,7 +2101,7 @@ private static async Task TerminatePersistentQueryAsync(IKSqlDbRestApiClient cli
21012101

21022102
- CreateSinkConnectorAsync - Create a new sink connector in the Kafka Connect cluster with the configuration passed in the config parameter.
21032103

2104-
See also how to create a SQL Server source connector with [Kafka.DotNet.SqlServer](https://github.com/tomasfabian/ksqlDB.RestApi.Client/blob/main/Kafka.DotNet.SqlServer/Wiki.md)
2104+
See also how to create a SQL Server source connector with [SqlServer.Connector](https://github.com/tomasfabian/ksqlDB.RestApi.Client/blob/main/SqlServer.Connector/Wiki.md)
21052105

21062106
```C#
21072107
using System.Collections.Generic;

0 commit comments

Comments
 (0)