Skip to content

Commit

Permalink
feat: update kafka version
Browse files Browse the repository at this point in the history
  • Loading branch information
mixhsnhd committed Dec 18, 2024
1 parent 83833fc commit 07dad31
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions src/EoaServer.Application/EoaServer.Application.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<ItemGroup>
<PackageReference Include="Volo.Abp.Account.Application" Version="8.2.0" />
<PackageReference Include="Volo.Abp.DistributedLocking" Version="8.2.0" />
<PackageReference Include="Confluent.Kafka" Version="2.5.3" />
<PackageReference Include="Volo.Abp.EventBus.Kafka" Version="7.0.0" />
<PackageReference Include="Confluent.Kafka" Version="2.6.1" />
<PackageReference Include="Volo.Abp.EventBus.Kafka" Version="8.2.0" />
<PackageReference Include="Volo.Abp.Identity.Application" Version="8.2.0" />
<PackageReference Include="Volo.Abp.PermissionManagement.Application" Version="8.2.0" />
<PackageReference Include="Volo.Abp.TenantManagement.Application" Version="8.2.0" />
Expand Down
4 changes: 2 additions & 2 deletions src/EoaServer.AuthServer/EoaServer.AuthServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
<PackageReference Include="AElf.Kernel.Types" Version="1.6.0" />
<PackageReference Include="AElf.Types" Version="1.6.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.0.0-preview1" />
<PackageReference Include="Confluent.Kafka" Version="2.5.3" />
<PackageReference Include="Volo.Abp.EventBus.Kafka" Version="7.0.0" />
<PackageReference Include="Confluent.Kafka" Version="2.6.1" />
<PackageReference Include="Volo.Abp.EventBus.Kafka" Version="8.2.0" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="6.0.5" />
<PackageReference Include="DistributedLock.Redis" Version="1.0.2" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<PackageReference Include="Serilog.Sinks.RollingFile" Version="3.3.0" />
<PackageReference Include="Volo.Abp.AspNetCore.Serilog" Version="8.2.0" />
<PackageReference Include="Volo.Abp.Autofac" Version="8.2.0" />
<PackageReference Include="Confluent.Kafka" Version="2.5.3" />
<PackageReference Include="Volo.Abp.EventBus.Kafka" Version="7.0.0" />
<PackageReference Include="Confluent.Kafka" Version="2.6.1" />
<PackageReference Include="Volo.Abp.EventBus.Kafka" Version="8.2.0" />
<PackageReference Include="Volo.Abp.Caching.StackExchangeRedis" Version="8.2.0" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions src/EoaServer.EntityEventHandler/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"ConnectionStrings": {
"Default": "mongodb://localhost:27017/EoaServer?authSource=admin"
"Default": "mongodb://localhost:27017/EoaServer?authSource=admin&retryWrites=false"
},
"RabbitMQ": {
"Connections": {
Expand All @@ -17,7 +17,7 @@
"Kafka": {
"Connections": {
"Default": {
"BootstrapServers": ""
"BootstrapServers": "localhost:9092"
}
},
"Consumer": {
Expand Down
4 changes: 2 additions & 2 deletions src/EoaServer.HttpApi/EoaServer.HttpApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<PackageReference Include="Volo.Abp.TenantManagement.HttpApi" Version="8.2.0" />
<PackageReference Include="Volo.Abp.FeatureManagement.HttpApi" Version="8.2.0" />
<PackageReference Include="Volo.Abp.SettingManagement.HttpApi" Version="8.2.0" />
<PackageReference Include="Confluent.Kafka" Version="2.5.3" />
<PackageReference Include="Volo.Abp.EventBus.Kafka" Version="7.0.0" />
<PackageReference Include="Confluent.Kafka" Version="2.6.1" />
<PackageReference Include="Volo.Abp.EventBus.Kafka" Version="8.2.0" />
</ItemGroup>

</Project>

0 comments on commit 07dad31

Please sign in to comment.