Hlib Pylypets
Hlib Pylypets
Hi @Smertig, I saw your commit with the excessive refactoring of serialization logic and introduction of `serialized_args_t`, which allows sending serialized data. Overall, great work - the issue I'm thinking...
Thank you for your quick response. Here we will create anonymous classes for each type of `T` in the `serialized_args args` - this is something I'm trying to avoid. ```...
> @microsoft-github-policy-service agree @microsoft-github-policy-service agree
@hmlam, sorry for the delay in response. I didn't want to duplicate the same producer/consumer logic for `oidc`, `opaque` folders, so decided to modify the structure of producer/consumer and extend...
  I will check later if the audience is validated, but it's included in JWT tokens - here are decoded tokens from Azure...
Thank you, @hmlam. Could you bring more context to this error message "Invalid URI: The format of the URI could not be determined."? What URI is meant by that? Is...
Finally, I debugged this stuff on my own, and it works with Kafka OIDC - I will contribute with the examples soon. The problem was using scope for the registered...
@hmlam, I created PR to address the above-mentioned problem - let me know what you think. If it looks promising, I will update the PR to make it ready for...