franz frees us from confluent

This commit is contained in:
Adam R. Grey 2021-10-26 03:56:59 -04:00
parent 10806b1524
commit d9e875ed10
2 changed files with 0 additions and 5 deletions

View File

@ -1,7 +1,3 @@
# directors-assistant
listen on kafka for commands, execute without question
Depends on librdkafka.redist, but confluent's nuget package doesn't know that.
and worse, it sounds like the point where it just mysteriously loses an exception is where it would try to load it itself

View File

@ -8,7 +8,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="confluent.kafka" Version="1.7.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="5.0.0" />