infiniticio / infinitic

Infinitic is an open source orchestration framework for application teams to build durable and flexible backend processes.
https://infinitic.io
Other
342 stars 21 forks source link

Add parameter for prefix infinitc table in db storage #233

Closed nseb closed 5 months ago

nseb commented 5 months ago

HI As part of our project we want to use a single db, in order to keep clarity in our schema, we would like to have a parameter to prefix the tables used by infinitic.

geomagilles commented 5 months ago

@nseb what is the purpose of this prefix? How do you expect to use or configure it?

nseb commented 5 months ago

@geomagilles My microservice already uses a database, the need is that for infinitic which will be used by this existing microservice, I can use the same storage Firstly, ideally I would like to be able to inject the configuration of the datasource (spring bean of the configuration of my datasource) to have only one declaration. As it is the same datasource, I would like the tables created/used by infinitic to be prefixed with a name (that I can configure) in order to find them easily and not keep my db schema readable.

geomagilles commented 5 months ago

Fixed in 0.14.1 that gives the ability to name the tables. The injection of the conjuration through Spring should be done separately