function-stream icon indicating copy to clipboard operation
function-stream copied to clipboard

Function Stream - Event-streaming function platform based on Apache Pulsar and WebAssembly

Results 9 function-stream issues
Sort by recently updated
recently updated
newest added

When command "bin/function-stream client consume -n example-output" is executed, the following problems occur: Failed to parse JSON: invalid character 'n' looking for beginning of object key string 2024/03/26 20:15:11 ERROR...

## Motivation Support running CI tests under different OS env like `windows`, `ubuntu`, `macos` etc.

1. Design basic rules to make the project be managed well. 2. Optimize the code architecture (I recommend the hexagonal architecture). 3. Hold meetings to discuss features and make the...

## Motivation Our wasm function requires knowledge of the data schema to parse JSON data. ## Goals - Support transfer of the data schema from function-stream host to wasm function...

## Motivation It's an important need to support logging for the function. We need these logs to check if the function is working correctly, and in case of failure, help...