Gets an item from the ApiSdk.v2.databases.item.topics.item collection
The name used to identify the Kafka topic.
To list all of a Kafka cluster's topics, send a GET request to/v2/databases/$DATABASE_ID/topics.The result will be a JSON object with a topics key.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To create a topic attached to a Kafka cluster, send a POST request to/v2/databases/$DATABASE_ID/topics.The result will be a JSON object with a topic key.
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To list all of a Kafka cluster's topics, send a GET request to/v2/databases/$DATABASE_ID/topics.The result will be a JSON object with a topics key.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To create a topic attached to a Kafka cluster, send a POST request to/v2/databases/$DATABASE_ID/topics.The result will be a JSON object with a topic key.
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
Builds and executes requests for operations under /v2/databases/{database_cluster_uuid}/topics