Hlib Pylypets

Results 8 comments of 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...

![Screenshot from 2023-03-09 00-30-01](https://user-images.githubusercontent.com/22419519/225646306-38fd02bd-1125-47c4-9d14-8249dc16b83c.png) ![Screenshot from 2023-03-09 00-19-40](https://user-images.githubusercontent.com/22419519/225646320-75c0c0c1-343a-486c-bf7b-b1f862961eb8.png) 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...