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
Trying to use this for producing and consuming protobuf messages in a kerberized kafka cluster, but seem to not working with that.
Following is the error
panic: kafka: client has run out of available brokers to talk to (Is your cluster reachable?)
goroutine 1 [running]: github.com/khorshuheng/kafka-protobuf-console/cmd.produce(0x10360c0, 0xc00011c080, 0x0, 0x8) /root/kafka-protobuf-console/cmd/produce.go:35 +0x1b7 github.com/spf13/cobra.(*Command).execute(0x10360c0, 0xc00011c000, 0x8, 0x8, 0x10360c0, 0xc00011c000) /root/go/pkg/mod/github.com/spf13/[email protected]/command.go:830 +0x2aa github.com/spf13/cobra.(*Command).ExecuteC(0x1036340, 0x0, 0x0, 0x0) /root/go/pkg/mod/github.com/spf13/[email protected]/command.go:914 +0x2fb github.com/spf13/cobra.(*Command).Execute(...) /root/go/pkg/mod/github.com/spf13/[email protected]/command.go:864 github.com/khorshuheng/kafka-protobuf-console/cmd.Execute() /root/kafka-protobuf-console/cmd/root.go:20 +0x2d main.main() /root/kafka-protobuf-console/main.go:6 +0x20
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Trying to use this for producing and consuming protobuf messages in a kerberized kafka cluster, but seem to not working with that.
Following is the error
panic: kafka: client has run out of available brokers to talk to (Is your cluster reachable?)
goroutine 1 [running]:
github.com/khorshuheng/kafka-protobuf-console/cmd.produce(0x10360c0, 0xc00011c080, 0x0, 0x8)
/root/kafka-protobuf-console/cmd/produce.go:35 +0x1b7
github.com/spf13/cobra.(*Command).execute(0x10360c0, 0xc00011c000, 0x8, 0x8, 0x10360c0, 0xc00011c000)
/root/go/pkg/mod/github.com/spf13/[email protected]/command.go:830 +0x2aa
github.com/spf13/cobra.(*Command).ExecuteC(0x1036340, 0x0, 0x0, 0x0)
/root/go/pkg/mod/github.com/spf13/[email protected]/command.go:914 +0x2fb
github.com/spf13/cobra.(*Command).Execute(...)
/root/go/pkg/mod/github.com/spf13/[email protected]/command.go:864
github.com/khorshuheng/kafka-protobuf-console/cmd.Execute()
/root/kafka-protobuf-console/cmd/root.go:20 +0x2d
main.main()
/root/kafka-protobuf-console/main.go:6 +0x20
The text was updated successfully, but these errors were encountered: