zkaoudi commented on PR #403:
URL: https://github.com/apache/incubator-wayang/pull/403#issuecomment-1930726636

   I think you missed the mapping from the KafkaSourceOperator which is a 
platform-agnostic Wayang operator to its Java-specific implementation. See, for 
example, here for the FlatMap Operator: 
   
https://github.com/apache/incubator-wayang/blob/main/wayang-platforms/wayang-java/src/main/java/org/apache/wayang/java/mapping/FlatMapMapping.java
   
   Then this mapping needs to be registered in the Java platform.
   
https://github.com/apache/incubator-wayang/blob/main/wayang-platforms/wayang-java/src/main/java/org/apache/wayang/java/mapping/Mappings.java
   
   Hope with these it works.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to