Feature request: Adding the connection-id in persistent subscription connection info list.

Greetings,

When looking up info about a persistent subscription, in the connections section, we can find the following:

“connections”: [

{

“inFlightMessages”: 0,

“averageItemsPerSecond”: 0.0,

“totalItemsProcessed”: 27611,

“username”: “foo”,

“from”: “10.150.80.33:47370”,

“extraStatistics”: [],

“availableSlots”: 1000,

“countSinceLastMeasurement”: 0

},

{

“inFlightMessages”: 0,

“averageItemsPerSecond”: 0.0,

“totalItemsProcessed”: 30295,

“username”: “bar”,

“from”: “10.150.80.33:37078”,

“extraStatistics”: [],

“availableSlots”: 1000,

“countSinceLastMeasurement”: 0

}

],

``

Is it possible to add the connection-id used by that connection? At work, we use semi-meaningful connection names and it could be helpful as a monitoring tool.

Thanks for your time.

You can find the related PR here: https://github.com/EventStore/EventStore/pull/2005