terraform-provider-kafka-connect icon indicating copy to clipboard operation
terraform-provider-kafka-connect copied to clipboard

Terraform provider for managing Apache Kafka Connect

Results 47 terraform-provider-kafka-connect issues
Sort by recently updated
recently updated
newest added

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.3.1 to 3.1.0. Release notes Sourced from actions/upload-artifact's releases. v3.1.0 What's Changed Bump @​actions/artifact to v1.1.0 (actions/upload-artifact#327) Adds checksum headers on artifact upload (actions/toolkit#1095) (actions/toolkit#1063) v3.0.0 What's...

dependencies
github_actions

Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 2 to 3. Release notes Sourced from goreleaser/goreleaser-action's releases. v3.0.0 What's Changed chore: node 16 as default runtime by @​crazy-max in goreleaser/goreleaser-action#343 This requires a minimum Actions...

dependencies
github_actions

Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.0.2. Release notes Sourced from actions/checkout's releases. v3.0.2 What's Changed Add set-safe-directory input to allow customers to take control. by @​TingluoHuang in actions/checkout#770 Prepare changelog...

dependencies
github_actions

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3. Release notes Sourced from actions/setup-go's releases. v3.0.0 What's Changed Update default runtime to node16 (actions/setup-go#192) Update package-lock.json file version to 2 (actions/setup-go#193) and @types/node...

dependencies
github_actions

This MR is for allowing connection with TLS Authentication, using key and cert. It fix this issue : https://github.com/Mongey/terraform-provider-kafka-connect/issues/35

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:...

enhancement

Certain config items are likely to be sensitive, for example database passwords. These shouldn't be shown in a terraform plan. I have a fork of this provider where I am...

enhancement

Provider does not exit when a kafka-connect cluster is unresponsive, leading to endless ``` [TRACE] dag/walk: vertex x is waiting for y ``` messages This happens when I target multiple...

our company already had some existed Kafka connectors, so I want to import those into the current state file @Mongey Do we have any plans for it or We missed...

Related to #6 Really handy provider. Thanks. I have essentially a load balancer in front of Kafka Connect, and part of my deploy spins up and down the container underneath;...