committed by
Oleg Zhurakousky
parent
3c0a7fbc19
commit
acf86d53bd
@@ -170,9 +170,7 @@ public class BeanFactoryAwareFunctionRegistry extends SimpleFunctionRegistry imp
|
||||
functionRegistration = new FunctionRegistration(functionCandidate, functionName).type(functionType);
|
||||
}
|
||||
// Certain Kafka Streams functions such as KStream[] return types could be null (esp when using Kotlin).
|
||||
if (functionRegistration != null) {
|
||||
this.register(functionRegistration);
|
||||
}
|
||||
this.register(functionRegistration);
|
||||
}
|
||||
else {
|
||||
if (logger.isDebugEnabled()) {
|
||||
|
||||
Reference in New Issue
Block a user