We introduce a connector manager in our system, which will require robust handling of connector configuration schemas. By leveraging Pydantic to extract JSON Schema from connector models, we can ...
This is a very simple Kafka Connect SMT which takes the entire key or value record and transforms it to a new record which contains exactly one field with a JSON representation of the origin record.