Open Samlinxia opened 4 years ago
found the same issue, my Kafka Connect service was not resolvable via DNS. Terraform updated the state, but did not update the connector.
We have noticed the issue when we tried to add a new connector, got propper timeout error as expected. seems that it only affects update case.
Terraform v0.12.28
I used the latest v0.2.1 prebuilt binary plugin, after run
terraform apply
it promptsApply Complete!
and no errors. But it turns out that the connectors config doesn't update, only the remote terraform.tfstate state updated. I'm wondering if there is any error returned from thegithub.com/ricardo-ch/go-kafka-connect/lib/connectors
library. I git clone and built a new binary from source. Everything works. So I suspect whether is the GitAction build a janky binary.