RegistryService
Specifies the schema registry service that the provider uses to retrieve key and value schemas for Apache Kafka topics.
Possible Values
Confluent, AWSGlueData Type
string
Default Value
"Confluent"
Remarks
This property determines which registry implementation the driver connects to when using a registry-based TypeDetectionScheme. The supported services are:
| Value | Description |
| Confluent | Use Confluent Schema Registry. Supports both key and value schemas and client certificate authentication. |
| AWSGlue | Use AWS Glue Schema Registry. Supports schema registration and discovery through AWS Glue. |