You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there an existing issue that is already proposing this?
I have searched the existing issues
Is your feature request related to a problem? Please describe it
The application is allowed to have multiple data sources with the same name
Describe the solution you'd like
In the documentation there is a warning:
Ifyoudon't set the name for a data source, its name is set to default.
Pleasenotethatyoushouldn't have multiple connections without a name,
orwiththesamename,otherwisetheywillgetoverridden.
Since it is not recommended it would be nice to fail the application startup if more than one data source with the same name is detected
The warning in the documentation could be adjusted
What is the motivation / use case for changing the behavior?
At my company, we are creating multiple data sources. We encountered an issue where we inadvertently created several data sources with identical names, which is something we should avoid. This oversight led to numerous problems and required significant time to debug. While my preferred solution is outlined above, I understand it would involve a breaking change. Therefore, I would be satisfied with at least a warning log message to prevent this issue in the future.
The text was updated successfully, but these errors were encountered:
Is there an existing issue that is already proposing this?
Is your feature request related to a problem? Please describe it
The application is allowed to have multiple data sources with the same name
Describe the solution you'd like
In the documentation there is a warning:
Since it is not recommended it would be nice to fail the application startup if more than one data source with the same name is detected
Teachability, documentation, adoption, migration strategy
The warning in the documentation could be adjusted
What is the motivation / use case for changing the behavior?
At my company, we are creating multiple data sources. We encountered an issue where we inadvertently created several data sources with identical names, which is something we should avoid. This oversight led to numerous problems and required significant time to debug. While my preferred solution is outlined above, I understand it would involve a breaking change. Therefore, I would be satisfied with at least a warning log message to prevent this issue in the future.
The text was updated successfully, but these errors were encountered: