Skip to content
This repository has been archived by the owner on Mar 1, 2018. It is now read-only.

projectriff-archive/function-proto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The contents of this repository has moved to https://github.com/projectriff/riff/tree/master/function-proto

Function Proto

This repository contains gRPC service definitions used by the riff function-sidecar to support gRPC streaming between the sidecar and the function.

To enable gRPC streaming, specify the grpc protocol in your function yaml. Additionally, your function must implement a gRPC server, using language specific service implementations generated from the interface defined in the .proto files provided in this repository.

riff currently supports only gRPC bidirectional streaming. Language specific instructions for implementing a gRPC server are provided in the links below.

Go