Description
Description
I want to integrate Kafka in Unity for a Windows build (I am on Windows).
However I either get errors such as this one:
Error: Could not load signature of Confluent.Kafka.IAsyncDeserializer`1[T]:DeserializeAsync due to: Could not load file or assembly 'System.Memory, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. assembly:System.Memory, Version=4.0.1.0,
Or if I install the System.Memory version that comes with the Kafka NuGet dependency, I get errors all over the place of Unity's own method/class references no longer being found.
How to reproduce
I have tried installing the latest release (1.3.0) from nuget (using the UnityPackage 'NuGetForUnity'). This did not seem to work and had the second type of error result described above.
I have then tried to build the source and copy the relevant DLL's manually, and tried the same with the nuget release version. This gives the first type of error result described above.
Can anyone please help me with installing Kafka for Unity?