Gaurav Saini
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...
Do you still need help with this? On the OCI Fn side, the best practice is to create an app and then your functions. It is encouraged to scope the...
I'd be happy to contribute. This desperately requires docker AND podman support besides other improvements.
The current implementation of fnproject/fn is incompatible with Podman (Thing that runs on `fn start`). I've tried to recompile fnproject/fn with the fix to the older version fix too, but...