Skip to content
New issue

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

Increase timeout #12

Open
kinghuang opened this issue Oct 8, 2019 · 5 comments
Open

Increase timeout #12

kinghuang opened this issue Oct 8, 2019 · 5 comments
Labels
enhancement New feature or request

Comments

@kinghuang
Copy link

Is there a way to increase the timeout for creating/updating connectors? Kafka Connect can take a really long time when processing lots of connectors. I keep getting errors like this:

Error: error code: 500 , message: IO Error trying to forward REST request: java.net.SocketTimeoutException: Connect Timeout

  on main.tf line 55, in resource "kafka-connect_connector" "oi":
  55: resource "kafka-connect_connector" "oi" {

Re-running the apply a few times eventually finishes all the connectors.

@Mongey Mongey added the enhancement New feature or request label Nov 29, 2019
@ndobbs
Copy link

ndobbs commented Sep 8, 2020

I'm also experiencing this - over 150 connectors, initial provisioning took more than 10 applies to complete.

@piotr-yuxuan
Copy link

Hello, thanks for your work on this connector. Do you think it would be worth to add an option to increase this timeout?

@alexkonkin
Copy link

Hi,
Definitely yes.
If creation time is bigger than 60 seconds timeout error is returned even if a connector is created.
Next execution fails because the topic already exists and should be deleted manually.
It would be great to have timeout option as a parameter that should be passed to provider.

@piotr-yuxuan
Copy link

Happy to have a look at this if I have some time.

@santhoshgoli1
Copy link

HI Guys, any update on this? I am running on 0.41 version an d need help with the timeout, its constantly failing after 60secs, need help urgent.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

6 participants