camel-kafka-connector
camel-kafka-connector copied to clipboard
Add ServiceLoading to prepopulate PojoToSchemaAndStructTransform POJO type -> Shema + struct cache
Related to https://github.com/apache/camel-kafka-connector/issues/692
When a cache is in place one can think about pre-populate it using a ServiceLoader like pattern in order to enable registration of precomputed conversions (might be useful for connectors based on components that have a way to autogenerate those).