Confluent는 스키마 관리 및 프로그래밍 방식의 스키마 검증을 통해 Kafka를 완성하여 애플리케이션 전체의 데이터 호환성을 보장하고 신뢰할 수 있는 개발을 지원합니다.
Schema Registry is a central repository with a RESTful interface for developers to define standard schemas and register applications to enable compatibility. Schema Registry is available as a software component of Confluent Platform or as a managed component of Confluent Cloud.
스키마 검증(Schema Validation)은 Kafka 브로커와 Schema Registry 간의 직접적인 인터페이스를 제공하여 프로그래밍 방식으로 스키마를 검증 및 적용합니다. 스키마 검증은 Kafka 토픽 레벨에서 구성할 수 있고현재 Confluent Platform에서만 사용할 수 있습니다.
Store and share a versioned history of all standard schemas, and validate data compatibility at the client level. Schema Registry supports Avro, JSON and Protobuf serialization formats.
Schema Registry reduces operational complexity in the application cycle, eliminating the need for complex coordination among teams to implement changes.
Schema Linking provides an operationally simple way to maintain trusted, compatible data streams across hybrid and multicloud environments by sharing consistent schemas that sync in real time.
Schema Validation delivers a programmatic way of validating and enforcing Schema Registry schemas directly on the Kafka broker and with topic-level granularity. It provides greater control over data quality, which increases the reliability of the entire Kafka ecosystem.
Simplify management for production environments using Control Center as the GUI.