Add a new strategy for header enrichment
There was a TODO in the cloud events section of the function catalog. This extracts that into a strategy and autoconfigures it: CloudEventOutputMessageHeaderEnricher.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
|
||||
org.springframework.cloud.function.context.config.ContextFunctionCatalogAutoConfiguration
|
||||
org.springframework.cloud.function.context.config.ContextFunctionCatalogAutoConfiguration,\
|
||||
org.springframework.cloud.function.context.config.CloudEventAutoConfiguration
|
||||
org.springframework.cloud.function.context.WrapperDetector=\
|
||||
org.springframework.cloud.function.context.config.FluxWrapperDetector
|
||||
org.springframework.context.ApplicationContextInitializer=\
|
||||
|
||||
Reference in New Issue
Block a user