Hüseyin Akdoğan

Results 5 comments of Hüseyin Akdoğan

Hi @gsmet, The `quarkus.hibernate-search.schema-management.strategy` key takes one of the values of the [org.hibernate.search.mapper.orm.schema.management.SchemaManagementStrategyName](https://docs.jboss.org/hibernate/search/6.0/api/org/hibernate/search/mapper/orm/schema/management/SchemaManagementStrategyName.html) which is enum. The enum constants are - CREATE - CREATE_OR_UPDATE - DROP_AND_CREATE - DROP_AND_CREATE_AND_DROP - NONE...

In addition, although the value of the `quarkus.hibernate-search.schema-management.strategy` key is `drop-and-create`, the log output shows the value of the `hibernate.search.schema_management.strategy` is `DROP_AND_CREATE`. > DEBUG [org.hib.int.SessionFactoryImpl] (Quarkus Main Thread) Instantiating session...

> Why do you think it should be handled by the load balancer? I had my first experience with the stork via Quarkus and it was a disappointment for me...

@cescoffier Thank you for your detailed explanation. From what you wrote, I understand and respect that you hold the position that @michalszynkiewicz expressed in his first comment. Stork excites me...

I thought it would be better to write it here rather than opening a new issue. If we initially wrote some data to the database with a load script, the...