We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As per the README:
Tested with Go 1.10+ (required), Kafka 0.10.x, ZooKeeper 3.4.x.
Due to dependency on spf13/cobra the requirement of go version seems to be higher.
spf13/cobra
go
$ go version go version go1.11.5 linux/amd64 $ go get github.com/DataDog/kafka-kit/cmd/autothrottle # github.com/spf13/cobra root/go/src/github.com/spf13/cobra/bash_completions.go:22:24: undefined: io.StringWriter root/go/src/github.com/spf13/cobra/bash_completions.go:383:26: undefined: io.StringWriter root/go/src/github.com/spf13/cobra/bash_completions.go:425:24: undefined: io.StringWriter root/go/src/github.com/spf13/cobra/bash_completions.go:437:27: undefined: io.StringWriter root/go/src/github.com/spf13/cobra/bash_completions.go:475:25: undefined: io.StringWriter root/go/src/github.com/spf13/cobra/bash_completions.go:486:20: undefined: io.StringWriter root/go/src/github.com/spf13/cobra/bash_completions.go:501:38: undefined: io.StringWriter root/go/src/github.com/spf13/cobra/bash_completions.go:527:21: undefined: io.StringWriter root/go/src/github.com/spf13/cobra/bash_completions.go:564:28: undefined: io.StringWriter root/go/src/github.com/spf13/cobra/bash_completions.go:589:29: undefined: io.StringWriter root/go/src/github.com/spf13/cobra/bash_completions.go:589:29: too many errors
BTW It has been installed successfully with newer go version.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As per the README:
Due to dependency on
spf13/cobra
the requirement ofgo
version seems to be higher.BTW It has been installed successfully with newer
go
version.The text was updated successfully, but these errors were encountered: