kafka_get_bootstrap_brokers: A list of brokers that a client application can use to...

View source: R/kafka_operations.R

kafka_get_bootstrap_brokersR Documentation

A list of brokers that a client application can use to bootstrap

Description

A list of brokers that a client application can use to bootstrap. This list doesn't necessarily include all of the brokers in the cluster. The following Python 3.6 example shows how you can use the Amazon Resource Name (ARN) of a cluster to get its bootstrap brokers. If you don't know the ARN of your cluster, you can use the list_clusters operation to get the ARNs of all the clusters in this account and Region.

See https://www.paws-r-sdk.com/docs/kafka_get_bootstrap_brokers/ for full documentation.

Usage

kafka_get_bootstrap_brokers(ClusterArn)

Arguments

ClusterArn

[required] The Amazon Resource Name (ARN) that uniquely identifies the cluster.


paws.analytics documentation built on April 3, 2025, 11:10 p.m.