Has anyone tried integrating Apache Camel with Drools Fusion or just Drools.
Following is my use case.
- Get data from an external service using REST.
- Filter the data (using rules defined in Drools.)
- The data from the external service could also be a stream of information (e.g., Tweeter feed, real-time location of a user)
Any help or pointers would be appreciated.
Thanks.