Files
fission-src/glide.yaml
T
Ta-Ching ChenandSoam Vasani e4fe007838 Add message queue trigger support (#218)
Adds support for message queue triggers based on the NATS-Streaming message queue.

This lets the user map a queue topic to a function, and optionally send the function's response into another queue topic.

The message queue trigger manager is designed to be message queue independent, so we should be able add support for more queues by adding implementations for the relatively simple mqtrigger.MessageQueue interface.
2017-07-05 17:19:58 -07:00

41 lines
1.0 KiB
YAML

package: github.com/fission/fission
import:
- package: github.com/sirupsen/logrus
version: 68cec9f21fbf3ea8d8f98c044bc6ce05f17b267a
- package: github.com/coreos/etcd
subpackages:
- client
- package: github.com/dchest/uniuri
- package: github.com/docopt/docopt-go
version: ^0.6.2
- package: github.com/gorilla/handlers
version: ^1.1.0
- package: github.com/gorilla/mux
version: ^1.1.0
- package: github.com/satori/go.uuid
version: ^1.1.0
- package: github.com/urfave/cli
version: ^1.18.1
- package: golang.org/x/net
subpackages:
- context
- package: k8s.io/client-go
version: v1.5.0
subpackages:
- 1.5/kubernetes
- 1.5/pkg/api
- 1.5/pkg/api/v1
- 1.5/pkg/apis/extensions/v1beta1
- 1.5/pkg/labels
- 1.5/pkg/util/intstr
- 1.5/rest
- package: github.com/influxdata/influxdb
version: v1.2.0
subpackages:
- client/v2
- package: github.com/robfig/cron
- package: github.com/nats-io/go-nats-streaming
version: ^v0.3.4
- package: github.com/nats-io/nats-streaming-server
version: ^v0.4.0