Hi all, I have a custom requirement of publishing a set of attributes to Stream Processor in each time a user is successfully authenticated. That event is persisted and stored in a relational database via SP app. When the same user tries to authenticate for the second time, I need to validate the user based on those previously stored data.
AFAIK there are two possible ways to achieve this. 1. Create an another SP application that receives required information as an HTTP post (@source), JOIN that event with the table in SP application and return desired results as an HTTP response (@sink). 2. Create a simple database client that can return desired results. Are there any special advantages/disadvantages of using those approaches? What is the recommended way to do this? Regards, Dimuth Menikgama -- *Dimuth Menikgama* *Software Engineer* *WSO2* *Mobile : + 94 702337977 <javascript:void(0);>* * <javascript:void(0);>*
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
