Mario FuscoBurr Sutter
July 12, 2019

Introducing Kogito | DevNation Tech Talk

These days rule engines are often overlooked, possibly because people think that they are only useful inside heavyweight enterprise software products. However, this is not necessarily true. Simply put, a rule engine is just a piece of software that allows you to separate domain and business-specific constraints from the main application flow. I am the project lead of Drools, the rule engine of Red Hat, and my target was to modernize my project and make it ready to be used in serverless environments. In this talk I will explore and make sense of technologies like GraalVM and Quarkus. I will show, with practical use cases taken from my experience with this migration, what is necessary to change in a code base — making extensive use of reflection, dynamic class loading, and other Java sorceries — to make it compatible with those technologies, and demonstrate how this is allowing us to make Drools part of the cloud and serverless revolution.