Gaurav Saini

Results 4 comments of Gaurav Saini

Any fixes for this? I am facing the issue even when I have created the topic via shell script shipped with Kafka. I printed the topics using `client.topics()`, everything looks...

> Are there any plans to update this chart for recent versions of k8s APIs and Helm 3? I don't think this project has active development..

+1 to contributing to the project in open source. I believe this project is primarily used for running dev cluster from within the fn-cli (`fn start`).

Have you checked the HTTPContext interface? https://github.com/fnproject/fdk-go/blob/master/fdk.go#L131 The fdk package has the exported function `GetContext` that gets `fdk.Context` from `context.Context` passed in your function. Once you have the `fdk.Context` you...