Hi Christina, how are you able to run kamel by passing model classes. For me, if I am doing it, it is not ready to resolve them. For ex. in pollutionBridge.java, we are using Alert alert = new Alert(); and upon running kamel run event-bridge/PollutionBridge.java model/common/Alert.java model/pollution/PollutionData.java --name pollution-bridge, it is not taking model/common/Alert.java model/pollution/PollutionData.java files
@weimeilin3 жыл бұрын
There is an update in Camel K where they don't allow use of POJO's or any other class anymore. You can find the update code and version in the repo github.com/openshift-integration/camel-k-example-event-streaming