Sean Farrow
Sean Farrow
In terms of references, I think we add only what’s in system and then users should add anything else they need. In terms of NuGet packages, I don’t think we...
I'd be happy to take a look at this as we need this. Should we take a dependency on Netty, or Remote?
Also, what needs to be done/what settings whould be exposed?
Ok, so we need to use Netty and port TLSactor. We probably need to think about porting Scala.Util.Try/Success/Failure as there is no equivalent in .net (currently anyway). When do we...
Is that pr going in to 1.3? So it’s just the ssl handshaking/encrypting then, cool! From: Bartosz Sypytkowski [mailto:[email protected]] Sent: Thursday, June 29, 2017 09:23 To: akkadotnet/akka.net Cc: Sean Farrow...
Can we not use either Netty directly, or TLSStream which is what netty uses under the covers? From: Bartosz Sypytkowski [mailto:[email protected]] Sent: Sunday, July 23, 2017 11:15 To: akkadotnet/akka.net Cc:...
Ok, How feasible do you think using Netty would be, or should we do things ourselves? You know more about the internals than I do, so couldn’t we replicate TLSActor...
I wonder whether it makes sense to have a separate package Marten.OpenTelemetry that contains the IDocumentSessionListener implementations for points 2 and 3 above. This could also deal with point 1...
I'd definitely like to take this on.
I’m definitely up for that. I’ll start with the QuerySession piece in the next few days. How do we want to expose the ability to opt-in to IConnectionLifetime activity tracking?...