Jochen Schalanda
Jochen Schalanda
@dploeger Indexing failures are stored in MongoDB (in the `index_failures` collection) and can be viewed in the Graylog web interface on the System/Overview page. Storing the complete failed message might...
@dploeger No, Graylog is using the journal implementation of Apache Kafka internally (for persisting messages between the input and the processing buffers) but not the complete package.
@abdelmouheimen What exactly did you try, what did you want to achieve, and what was the actual result? Could you please describe how to reproduce the issue?
@radifalco Renaming the class is not possible/desired because it would break users of it big time. The suggested method to convert an `io.dropwizard.util.Duration` instance to a `java.time.Duration` instance sounds good....
@dropwizard/committers Anyone else wants to take a look at this?
@mschechter-bellese This is a very sensible idea. Would you be able to provide a pull request with an initial implementation for this? Keep in mind that the `AdminServlet` is coming...
Let's see how quickly the Jersey project will release a compatible version. 😅
@raymondchen625 Have you taken a look at the new `dropwizard-health` module? If you're on Dropwizard 2.0.x, see https://github.com/dropwizard/dropwizard-health.
> ``` > Error: Exit code: 1 - /home/runner/work/dropwizard/dropwizard/dropwizard-jersey/src/main/java/io/dropwizard/jersey/DropwizardResourceConfig.java:29: error: cannot find symbol > Error: import javax.annotation.Nullable; > ``` https://nipafx.dev/jsr-305-java-9/
@zUniQueX Unfortunately it's still failing at another location now: ```text [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.3.2:jar (attach-javadocs) on project dropwizard-request-logging: MavenReportException: Error while generating Javadoc: [ERROR] Exit code: 1 -...