Luca Dalla Valle

Results 4 comments of Luca Dalla Valle

Sorry, unfortunately I haven't had enough time to go on with the triage and find a solution, I have abandoned the idea to use the RPI4 for playing. Thank you...

Hi @krishna-kariya, thanks for your reply, but it doesn't answer the question unfortunately. Let me explain it more clearly. If I run the example from [here](https://github.com/Azure/azure-functions-kafka-extension#avro-binding-support) when using the out-of-process...

Hi @shrohilla , thanks for the reply. The [Microsoft.Azure.Functions.Worker.Extensions.Kafka](https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.Extensions.Kafka) package only depends on [Microsoft.Azure.Functions.Worker.Extensions.Abstractions](https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.Extensions.Abstractions/). In order to use the `GenericRecord` class there should be also reference to [Apache.Avro](https://www.nuget.org/packages/Apache.Avro) in the...

Thanks for the comment, I'm not really familiar with Aspire, but I'll take a look.