Hi @aha24 and welcome to the forum.
That extension is deprecated and won’t be updated anymore.
See here:
In one of my projects, we also used this extension and we migrated to the official spring boot starter from camunda.
By doing that the eventbus will be replaced with the application event publisher of the spring framework. You can still subscribe to all relevant events, but then have to use spring eventing.