Maciej Winnicki

Results 38 issues of Maciej Winnicki

## This is a Bug Report When etcd client (libkv) cannot connect to etcd instance event gateway logs following messages: ``` 2017-10-27 14:59:03.206243 I | etcdserver/api/v3rpc: grpc: addrConn.resetTransport failed to...

kind/refactoring

Looks like `go mod` is not able to recognize versions as tags without "v" prefix.

There is a race condition in configuration API that may cause inconsistent state and weird behavior of different instances in the same cluster. It's mainly related to creating subscriptions with...

kind/bug

Right now Event Gateway Config API doesn't support CORS. It makes it difficult to use SDK in the browser.

kind/feature
stage/needs-feedback

kind/feature
stage/needs-feedback

kind/feature
stage/needs-feedback

I'm creating this issue to have one place where we can track efforts related to events persistance. EG doesn't persist events, it's just a router but there are definitely use...

kind/docs

Current implementation support HTTP responses via [special JSON object schema](https://github.com/serverless/event-gateway#respond-to-an-http-event). Right now only string is supported as a response body. EG needs to support also binary responses. Requirements: - no...

kind/feature
stage/needs-feedback