aiven / terraform-provider-aiven

Aiven Terraform Provider
https://registry.terraform.io/providers/aiven/aiven/latest/docs
MIT License
124 stars 68 forks source link

fix(mirrormaker_replication_flow): incorrect behavior of schema fields #1651

Closed Serpentiel closed 4 months ago

Serpentiel commented 4 months ago

About this change—what it does

Fix incorrect behavior of aiven_mirrormaker_replication_flow schema fields:

Resolves: #1632.

Why this way

The current way it works is broken. Additionally, offset_syncs_topic_location and replication_policy_class should be required, because they can't be empty, and API then converts an empty string to their default values, source and org.apache.kafka.connect.mirror.DefaultReplicationPolicy respectively.