GetConnectorResponse
Get Connector response json contains connector configuration.
{
"name": "dashboardkafka",
"display_name": "DashboardKafka",
"tasksMax": 4,
"topics": [
"vsa_metrics",
"vsa_events"
],
"paused": false,
"replicationFactor": 1,
"refreshInterval": 60,
"status": "Running",
"reason": null,
"message": null,
"targetCluster": {
"bootstrapServers": "10.168.200.123:9092",
"tls": {
"enabled": false
},
"authentication": {
"enabled": false
}
},
"logging": {
"type": "inline",
"level": "INFO"
},
"resources": {
"limits": {
"cpu": "4000m",
"memory": "8192Mi"
},
"requests": {
"cpu": "1000m",
"memory": "2048Mi"
}
}
}
Name of the connector instance
Display name of the connector instance which was provided as input parameter in create request
Whether the connector instance is paused.
Connector instance status - Running/Stopped/Failed/Pending
Reason of failure if Status is failed
Error message if the connector status is failed
The maximum number of tasks for the Kafka Connector.
Replication factor for the internal topics and replicated topics.
Topic names to be replicated
Object having details of target kafka cluster and authentication
Maximum limits for CPU and memory resources and the requested initial resources.