Sebastian Gröbler

Results 5 issues of Sebastian Gröbler

The `SocketAppenderBase` uses an `InetAddress` to establish a socket connection. The object of the `InetAddress` is being created on setting the `remoteHost` string value. Since `InetAddress` does a host name...

bug
pinned

from my point of view it makes sense to replace soft-hyphens with an empty string.

since mongo db 3.2 there is database level support for validations. is there anything on the roadmap towards integrating with that functionality? I guess this could also be a good...

enhancement
will accept pull request
needs investigation

currently the framework does not support the 3rd parameter `checkClientCertificate` of the `grpc.ServerCredentials.createSsl` function. this pull request adds support for it.

Previously the `ServerSocketReceiver` and the `AbstractServerSocketAppender` and their subclasses were using the context's thread pool for client connections which was effectively limiting the amount of possible client connections to a...