function-buildpacks-for-knative icon indicating copy to clipboard operation
function-buildpacks-for-knative copied to clipboard

Buildpacks for Knative Functions

Results 10 function-buildpacks-for-knative issues
Sort by recently updated
recently updated
newest added

Currently the python buildpack uses "print" to log. For example here https://github.com/vmware-tanzu/function-buildpacks-for-knative/blob/f37ccf933318d9e4c1cdc7c4a0d5b5e6b43a44e8/invokers/python/pyfunc/invoke.py#L72 and here https://github.com/vmware-tanzu/function-buildpacks-for-knative/blob/f37ccf933318d9e4c1cdc7c4a0d5b5e6b43a44e8/invokers/python/pyfunc/invoke.py#L60 As a result the console log is getting pretty messy. For example, this is a...

## Feature Request Since a Java class can have multiple function implementations, we won't be able to automatically determine the default function to use with `/`. I propose that if...

enhancement

the [func-tastic](https://github.com/knative-sandbox/func-tastic) repo represents a list of templates ready to go for complex function architecture. We have https://github.com/vmware-tanzu/function-buildpacks-for-knative/tree/main/samples which serve the same intent. A list of complex functional architectures. We...

blocked

## Feature Request We're currently on v0.19 of the func CLI as a dependency for parsing func.yaml. We want to update to the latest version. We want to bump this...

help wanted

## Feature Request Currently the releases just list what files and the image locations. We want to be able to provide some details on what changes are expected in the...

enhancement

## Bug Report Running a function that expects cloudevents where after processing returns only the body will cause it to throw an exception. ## Expected Behavior No errors + proper...

bug

## Feature Request Update the Python invoker to handle http status codes. The way to do it currently is to return a `Flask.Response` object which makes us a leaky abstraction....

enhancement

## Feature Request Add a Python and Java example (HTTP + CloudEvent) where the function does not return a reply. This covers scenarios where the function takes a long time...

enhancement

## Feature Request A way to specify the location of a function within a directory. This is relevant to a monorepo consisting of multiple functions, possibly with multiple directories that...

enhancement

## Feature Request I want to deploy a service that spawns multiple functions. I want to have different functions and map them to different triggers, but I want them to...

enhancement