Philip K. Adetiloye

Results 6 issues of Philip K. Adetiloye

I'm trying to follow up your guide but out of curiosity, I would like to decrypt the payment token using my own generated CSR & certificate I uploaded to Appel...

I tried to following your example to implement a gateway for my service. The logout seems not to be working when the user goes back to a protected URL. How...

enhancement

Looks like the /api/* resources are not protected by keycloak ``` router.route("/api/*").handler(this::dispatchRequests); ```

question

I can't export the video to the Camera roll. Seems the output url is not pointing to the right merge file url. ``` [exportSession.outputUrl saveToCameraRollWithCompletion:^(NSString * _Nullable path, NSError *...

Thanks for the tutorial and examples, very clear. I implemented the custom metrics and logged to console sink which works fine however, I'm unable to see the metrics in the...

I'm wondering how this might work with Akka stream? Any example to show how to consume large messages using Akka streams Kafka ?