mariofusco opened a new issue, #1492: URL: https://github.com/apache/incubator-kie-issues/issues/1492
At the moment the [`KieRuntimeBuilder`](https://github.com/apache/incubator-kie-drools/blob/main/kie-api/src/main/java/org/kie/api/runtime/KieRuntimeBuilder.java) only allow to retrieve `KieSession` s, but not `StatelessKieSession` s. Even worse when a KieSession configured as stateless is required through the current API it creates a stateful one anyway, making things even more confused. Finally the impossibility of creating a `StatelessKieSession` from `KieRuntimeBuilder` is also the indirect cause of a memory leak with the Kogito integration as reported [here](https://github.com/apache/incubator-kie-issues/issues/1491). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
