About the Confluent Cloud collector
Use this collector to harvest metadata from Confluent Cloud. The collector harvests metadata from a Kafka cluster running in Confluent Cloud. The collector can optionally harvest metadata from Avro, json-schema, and Protobuf schemas stored in Confluent Schema Registry.
Important
The Kafka - Confluent Cloud collector can be run in the Cloud or on-premise using Docker or Jar files.
What is cataloged
The collector catalogs the following information.
Important
Note that the collectors only harvest schemas in the Confluent Schema Registry registered under a subject that matches a topic’s key or value, according to the default TopicNameStrategy naming strategy, described in the Confluent Schema Registry documentation. Schemas in the schema registry registered under other subjects are not currently harvested.
Object | Information cataloged |
---|---|
Cluster |
|
Producer |
|
Consumer |
|
Broker |
|
Partition |
|
Schema |
|
Consumer Group |
|
Topic |
|
Environment |
|
Relationships between objects
By default, the harvested metadata includes catalog pages for the following resource types. Each catalog page has a relationship to the other related resource types. If the metadata presentation for this data source has been customized with the help of the data.world Solutions team, you may see other resource pages and relationships.
Resource page | Relationship |
---|---|
Cluster |
|
Producer |
|
Consumer Group |
|
Consumer |
|
Broker |
|
Topic |
|
Partition |
|
Schema |
|
Environment |
|
Versions supported
The collector supports V2 of the Cluster APIs and Confluent Cloud Organization.
Authentication supported
The collector authenticates to a Kafka cluster using Simple Authentication and Security Layer (SASL), with a username/password credential. By default, the collector assumes that SASL is used over Secure Sockets Layer (SSL). In cases where SSL is disabled (for example, internal test clusters in Kafka), you can disable SSL for the collector. Consult the Apache Kafka documentation for more information on Kafka security.