camel-kafka-connector icon indicating copy to clipboard operation
camel-kafka-connector copied to clipboard

Add ServiceLoading to prepopulate PojoToSchemaAndStructTransform POJO type -> Shema + struct cache

Open valdar opened this issue 4 years ago • 0 comments

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).

valdar avatar Nov 09 '20 18:11 valdar