kite icon indicating copy to clipboard operation
kite copied to clipboard

Micro-service framework in Go

Results 33 kite issues
Sort by recently updated
recently updated
newest added

hi I try to install kontrol using the command ``` go get github.com/koding/kite/kontrol/kontrol ``` and i get ``` module declares its path as: github.com/Masterminds/squirrel but was required as: github.com/lann/squirrel ```

Go version: Go1.14 command: go get github.com/koding/kite OS: macOS Catalina v.10.15.5 error: ``` pkg/mod/github.com/koding/[email protected]/kite.go:177:21: not enough arguments in call to uuid.Must have (uuid.UUID) want (uuid.UUID, error) ```

In my environment, the demo can not be compiled. Wrong is: > github.com/koding/kite/sockjsclient ../../../go/pkg/mod/github.com/koding/[email protected]/sockjsclient/sockjsclient.go:39:8: undefined: sockjs.SessionState The import statement of package sockjs is: > import "github.com/igm/sockjs-go/sockjs" In go.mod, the version...

Hi I want to know How gRPC is can make work with Kite Framework?

I'm getting this error when running ```exp2-watch.go``` from examples folder ``` # github.com/Shashwatsh/kite_example ./exp2-watch.go:25:21: undefined: kite.Event ./exp2-watch.go:30:13: k.WatchKites undefined (type *kite.Kite has no field or method WatchKites) ``` full code...

Is it necessary to close the client in the sample code? ``` package main import ( "fmt" "github.com/koding/kite" ) func main() { k := kite.New("exp2", "1.0.0") // Connect to our...

Does kite have its own client connection pool? Need to implement it myself? Is there a simple demo? ``` var captchaPoll *sync.Pool = &sync.Pool{ New: func() interface{} { k :=...

Dear all, I setup kontrol and for a while it works fine. After 1-2 days, I start getting this error message: `token renewer: 100: Key not found (/kites/{"url":"http:) [67125] (2a029f18a80b648a)...

This issue has been opened automaticaly because we think you are using satori/uuid in your code. Unfortunately, satori/uuid has a critical defect where it doesn't generate random UUIDV4s satori/go.uuid#73 and...