go-kafka-connect
go-kafka-connect copied to clipboard
Allow request timeout to be overridden
We are experiencing timeouts when using functions such as CreateConnector
and GetConnectorConfig
. Currently the request timeout is hard-coded to 10 seconds. We need to be able to override this to specify a larger value for all Kafka Connect operations.