Jochen Schalanda

Results 254 comments of Jochen Schalanda

> When we use send with host & port, a connection must first be established before sending then the packet gets sent and finally the connection closes for EVERY message....

@allcentury Interesting, I wasn't aware that there's such a performance hit when not explicitly creating a "connection" in a UDP socket. Sorry I came across a bit harsh in my...

@jalogisch The [metrics library](http://metrics.dropwizard.io/4.0.0/) used by Graylog doesn't support tags and not every metrics store (such as Graphite or statsd) supports tags either.

> * dropwizard supports tags from version 4.1.8 onwards ([changelog](https://github.com/dropwizard/metrics/releases/tag/v4.1.8)). That's only a special case for the Graphite Metrics Reporter. Tags for metrics will be supported in Dropwizard Metrics 5.x,...

@purplesword Thanks for your contribution! Could you please resolve the conflicts with the master branch and remove Gradle from the PR? We're not planning to change the build system from...

@umeshdc Have you tried starting the input as a global input (which is running on all nodes)?

The solution proposed by @Flo354 worked in our case, in which we had the same problem. ``` # https://github.com/playframework/play-ebean/issues/145#issuecomment-415402030 play.ebean.defaultDatasource = "default" ebeanconfig.datasource.default = "default" ```

It turns out that these settings didn't solve the issue. Right now it's not possible to effectively reproduce the issue or come to a lasting solution. 😞

@BastianVoigt In the end the low-level REST client is just a glorified HTTP client. No business-logic or Elastiscearch specifics (except for the Sniffer, which is optional) have been implemented on...