2020-04-25 15:37:20 UTC - Ebere Abanonu: @Sijie Guo this error No input 
topic(s) specified for the function even when inputs does exist
----
2020-04-25 15:37:43 UTC - Ebere Abanonu: ```private static 
Collection<String> collectAllInputTopics(FunctionConfig functionConfig) {
        List<String> retval = new LinkedList<>();
        if (functionConfig.getInputs() != null) {
            retval.addAll(functionConfig.getInputs());
        }
        if (functionConfig.getTopicsPattern() != null) {
            retval.add(functionConfig.getTopicsPattern());
        }
        if (functionConfig.getCustomSerdeInputs() != null) {
            retval.addAll(functionConfig.getCustomSerdeInputs().keySet());
        }
        if (functionConfig.getCustomSchemaInputs() != null) {
            retval.addAll(functionConfig.getCustomSchemaInputs().keySet());
        }
        if (functionConfig.getInputSpecs() != null) {
            retval.addAll(functionConfig.getInputSpecs().keySet());
        }
        return retval;
    }```
----
2020-04-25 15:37:57 UTC - Ebere Abanonu: ```if (functionConfig.getInputs() != 
null) {
            retval.addAll(functionConfig.getInputs());
        }```
----
2020-04-25 15:38:26 UTC - Ebere Abanonu: should work, do I need to set all the 
fields
----
2020-04-25 16:33:30 UTC - Ebere Abanonu: Error with serialization
----
2020-04-25 17:45:42 UTC - rani: @Sijie Guo, would be great to get your input on 
this when possible!
----
2020-04-25 20:04:57 UTC - Oleg: @Oleg has joined the channel
----
2020-04-26 02:25:23 UTC - Xiaoguang Sun: @Xiaoguang Sun has joined the channel
----

Reply via email to