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

projectriff-archive/function-sidecar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Function Sidecar Function Sidecar Status

Building

cd $GOPATH
git clone https://github.com/projectriff/function-sidecar src/github.com/projectriff/function-sidecar
cd src/github.com/projectriff/function-sidecar
make dockerize

Tests (including integration with Kafka)

Assuming kafka is running locally on port 9092,

KAFKA_BROKER=localhost:9092 make test