pojo - Esper EPL query like select statements in SQL -
i new esper. checking sql query. here scenario goes. need handle favorite use case. there 1 recommendation engine, recommend urls users in every 12 hours. if user acts on urls either marking favorite or not events go esper.
- if user mark url favorite, cep should tell recommendation engine not send same url again.
- if user not mark urls after recommended n number of times(user not interested), cep tell recommendation engine not send same urls again.
please suggest me how proceed. thinking use favorite event pojo.
Comments
Post a Comment