You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this Ansible collection to setup OCI Goldengate Big Data streaming to OCI Streaming Service. As part of this configuration I need to create a connection type KAFKA that will connect to my OCI Stream. Via oracle.oci.oci_golden_gate_connection I'm not able to specify routing_method. This parameter seems to be missing. The same parameter is available in the OCI Terraform provider.
Specifying routing_method in Ansible I get the following error:
"msg": "Unsupported parameters for (oracle.oci.oci_golden_gate_connection) module: routing_method.
Issue Report
Describe the issue
I'm using this Ansible collection to setup OCI Goldengate Big Data streaming to OCI Streaming Service. As part of this configuration I need to create a connection type KAFKA that will connect to my OCI Stream. Via
oracle.oci.oci_golden_gate_connection
I'm not able to specifyrouting_method
. This parameter seems to be missing. The same parameter is available in the OCI Terraform provider.Specifying
routing_method
in Ansible I get the following error:"msg": "Unsupported parameters for (oracle.oci.oci_golden_gate_connection) module: routing_method.
Ansible doc: https://docs.oracle.com/en-us/iaas/tools/oci-ansible-collection/5.2.0/collections/oracle/oci/oci_golden_gate_connection_module.html
Terraform doc: https://registry.terraform.io/providers/oracle/oci/latest/docs/resources/golden_gate_connection
Expected behavior
Should be able to create connection type KAFA where I can specify
routing_method: "SHARED_DEPLOYMENT_ENDPOINT"
.Environment
OS version: Ubuntu 22.04.4 LTS
Ansible version:
$ansible-galaxy collection list oracle.oci
Ansible playbook to reproduce the issue
The text was updated successfully, but these errors were encountered: