Files
spring-cloud-function/spring-cloud-function-context/src
Oleg Zhurakousky 498a52ee84 GH-661 Fix KafkaNull as input type conversion
Basically KafkaNull gets a special treatement where if we see it as Message payload and input type of the function is Message we give it as is and if the input type is POJO then we simply return null

Resolves #661
2021-03-05 12:20:29 +01:00
..