Sathya
Sathya
The below code works const clientAlt = jwksClient({ jwksUri: 'https:///' }); whereas the below doesn't const client = jwksClient({ jwksUri: constants.URLS.OIDC_JWKS_URL }); As you can see the only difference is...
I have provided the details of the issue in https://github.com/nestjs/nest/issues/10061
I can't find the most recent versions of librdkafka at https://packages.confluent.io/rpm/7.7/8/. The latest version available there is 1.8.2, released on Nov 25, 2021. Could you confirm if this is the...