Hi,
Given an IEventStoreConnection, is it possible to obtain it’s settings?
Kind regards
Sean.
Hi,
Given an IEventStoreConnection, is it possible to obtain it’s settings?
Kind regards
Sean.
From the interface no but from nodecpnnection yes https://github.com/EventStore/EventStore/blob/release-v3.6.0/src/EventStore.ClientAPI/Internal/EventStoreNodeConnection.cs
From interface the settings are totally different for embedded as example
Hi,
Could this be surfaced on the interface?
Or, are the settings too different, I understand that embedded wouldn’t have cluster settings.
Cheers
Sean.
It could be with embedded returning null
For both Settings and cluster settings for just the latter?
If just the latter, I've already done this, and created an issue, should I submit a pr?
Cjheers
Sean.
sure