Hi Cristiano,
Thanks a lot again for the quick response!
Is there any plans to get the subscription working with the postgresql persistence?
About the use case, we need to subscribe to the data-index to know the state of the workflows at any given point in time. But we don't want to do a query only from time to time to retreive the data, hence the subscription would be a good solution. Also, we are using data-index with postgresql because we already have a postgresql database, so it doesn't make much sense to have another database only for the kogito data-index.
I know that there are also the kafka messages produced every time a workflow changes is state, but from what I understood the data that comes in those messages can be changed in the future making our project to fail, so we would like to skip that road as well.
Best regards,
Diogo