Michał Lechowski

Results 6 comments of Michał Lechowski

I am having similar problem. Nothing good comes out from Retry Policy, it's just counting on a successful processing on a 2nd or 3th try. If it doesn't happen, we...

For WebJob (same nuget) I just use the same kinda approach, I have the certs in the root of my app and I use the same nuget version. ``` SslCaLocation...

Okay. Can you: 1. Share your function code, the method with Input Kafka trigger? You can skip the body, just the whole declaration with attributes and such. If you have...

Okay, I've setup a basic azf (.net 6 isolated) with kafka trigger and deployed to Azure Function App running on Windows. It looks like the problem is that you think...

That's weird, indeed. One thing you can check is what happens (just as an experiment) when you set it up manually instead of using an attribute. Configured manually and triggered...

Deadletter the problematic events and handle them later, somewhere else, by something else, another time. That's the way. Manual tracking and commiting offset is not recommended for Kafka.