go-kafka-connect icon indicating copy to clipboard operation
go-kafka-connect copied to clipboard

Go library providing bindings for the Kafka connect API

Results 9 go-kafka-connect issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20200226121028-0de0cce0169b to 0.23.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20200226121028-0de0cce0169b&new-version=0.23.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Hi, I came across your repository and was finding a way how to use it as a client library for Golang. It was no luck for me to find an...

To set a timeout function to set seconds. Fixes #42

Hi there :wave: we are using this library indirectly through the Mongey/kafka-connect terraform provider https://github.com/Mongey/terraform-provider-kafka-connect. Lately we have been encountering timeout issues and we traced the root cause to the...

We are experiencing timeouts when using functions such as `CreateConnector` and `GetConnectorConfig`. Currently the request timeout is [hard-coded to 10 seconds](https://github.com/ricardo-ch/go-kafka-connect/blob/a69a6c33b847a5946109900abb2a3d7fcd1469c3/lib/connectors/base_client.go#L79). We need to be able to override this to...

We are referencing this library in our Terraform deployment. Our kafka-connect API is using Bearer auth via a JWT Authorizer on API Gateway. It would simplify quite a bit of...

Hiya, I just wanted to ask why MockClient struct is exported while HighLevel client isn't? Isn't it possible to just add a `func NewMockClient() HighLevelClient` function instead?

Contexts could avoid entering -u everytime by storing preset urls

Get status, get config and get tasks should be complete subcommands of the get command