savio gomes

savio gomes

  • NA
  • 2
  • 380

Request for Code Review: Implementing ASP.Net HostedService

Apr 2 2019 12:24 AM
Hey All!
I'm working on adding support for Kubernetes CustomResourceDescryptor in Kamus, a solution for secret encryption in Kubernetes.
I implemented it using Rx and HostedService, and I'll appreciate if someone who is familiar with those areas can take a look at the code and review it. This is the first time I'm implementing HostedService, so I'm sure there are some best practices that I missed.
You can find the relevant PR here, all the relevant part of the HostedService is completed. The code of the HostedService is here.
Thanks!