I am using Drools workbench 7.17 integrated with Kie execution server. I have created a project within workbench and the project is deployed on kie execution server.
I have configured kie-base and kie-session in project's settings. Defined stateful kie-session as KieSession. I am using Kie Server Java Client API to insert facts into engine.
I am able to do lookup on KieSession. I am going to receive the data for different users and I want to create and maintain separate sessions for each user. When the fact is inserted for the existing user then I should be able to reload kie-session associated with that user.
Is there any way through which iI can achieve this using drools workbench and kie-execution server? I couldn't find any example in kie server documentation to create new session using kie server java client api.
Thanks in advance.