-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consistent connection key #19
Comments
We can introduce `connection` and fall back to `connection_service` if that
key doesn't exist.
…On Sun, Mar 25, 2018, 20:39 Bas Kamer ***@***.***> wrote:
A minor inconsistency; Throughout the various components the connection
configuration key for persistency connections. Only in the snapshot
packages 'connection_service' is the mandatory key.
https://github.com/search?q=org%3Aprooph+connection_service&type=Code
Dunno how to fix this without a BC...
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#19>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AAYEvFmFrApcOYeFjgAhsdlY4ylq9n0dks5th4_vgaJpZM4S6H4D>
.
|
But we can’t just make Connection required as that would break existentiële installs. Unless we can translate one to the other before the required properties are checked.
I’ll investigate.
… Op 25 mrt. 2018 om 14:44 heeft Sascha-Oliver Prolic ***@***.***> het volgende geschreven:
We can introduce `connection` and fall back to `connection_service` if that
key doesn't exist.
On Sun, Mar 25, 2018, 20:39 Bas Kamer ***@***.***> wrote:
> A minor inconsistency; Throughout the various components the connection
> configuration key for persistency connections. Only in the snapshot
> packages 'connection_service' is the mandatory key.
>
> https://github.com/search?q=org%3Aprooph+connection_service&type=Code
>
> Dunno how to fix this without a BC...
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#19>, or mute the
> thread
> <https://github.com/notifications/unsubscribe-auth/AAYEvFmFrApcOYeFjgAhsdlY4ylq9n0dks5th4_vgaJpZM4S6H4D>
> .
>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@sandrokeil any ideas? |
I don't think we can solve this with interop config. We need something like an alias but I don't want to add such a feature. This is not really an issue but we can fix it in next major versions. Or do you want to introduce |
what if we;
Behaviour would be equal to what would happen now except for the reported key in the exception. |
Good idea, I think we can do this manually. |
A minor inconsistency; Throughout the various components the connection configuration key for persistency connections. Only in the snapshot packages 'connection_service' is the mandatory key.
https://github.com/search?q=org%3Aprooph+connection_service&type=Code
Dunno how to fix this without a BC...
The text was updated successfully, but these errors were encountered: