Installing Cluster Add-ons
Install add-ons to your managed Kafka clusters to extend support for specific networking, security, or operational needs.
For information about the add-ons you can install, see Using Add-ons with Kafka Clusters. Currently, there is only one add-on available for installation: the Public connectivity add-on.
Note
Before installing the Public connectivity add-on, secure your Kafka cluster by first creating an Apache Kafka access control list and then updating the cluster's configuration to change the
Before installing the Public connectivity add-on, secure your Kafka cluster by first creating an Apache Kafka access control list and then updating the cluster's configuration to change the
allow.everyone.if.no.acl.found property to false.Use these CLI commands and required parameters to work with add-ons, in general:
- To list add-ons:
oci kafka cluster list-addons --kafka-cluster-id "<kafka-cluster-ocid>" [OPTIONS] - To get details about an add-on:
oci kafka cluster get-addon --addon-name "<addon-name>" --kafka-cluster-id "<kafka-cluster-ocid>" - To uninstall an add-on:
oci kafka cluster uninstall-addon --addon-name "<addon-name>" --kafka-cluster-id "<kafka-cluster-ocid>" [OPTIONS]
Use these CLI commands and required parameters to work with the Public connectivity add-on:
- To install the Public connectivity add-on:
oci kafka cluster install-public-connectivity-addon [OPTIONS] - To update a Public connectivity add-on:
oci kafka cluster update-public-connectivity-addon [OPTIONS]
For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.
- To list add-ons:
Run these operations to work with add-ons:
InstallKafkaClusterAddonListKafkaClusterAddonsGetKafkaClusterAddonUpdateKafkaClusterAddonUninstallKafkaClusterAddonListAddonOptions
For more information, see Oracle Streaming with Apache Kafka (OSAK) API.