Skip to main content
0 votes
0 answers
18 views

I'm using Dropwizard with yaml configuration and environment variable substitution (docs). I have the following config to enable JSON logging (docs). logging: appenders: - type: console ...
cambunctious's user avatar
  • 9,851
1 vote
0 answers
58 views

We have a thread that queries external systems by clients. It receives a JSON array containing client information like id (which our system calls "customId"), name, phone, etc. The array is ...
Christopher's user avatar
0 votes
0 answers
40 views

I am using Dropwizard and including JDBI3 to handle communication with a MySQL database. To minimize traffic and make the API easy to use I have included an endpoint that takes a Map of settings and ...
Terkel Laursen's user avatar
0 votes
1 answer
147 views

I'm currently working on a Dropwizard 4 project with Jetty 11, and I'm having trouble setting up WebSocket support. Previous recommendations recommend using https://github.com/LivePersonInc/dropwizard-...
Matthew's user avatar
  • 13
0 votes
0 answers
56 views

I have a project where I see my service is failing to initialise. I am using Dropwizard-guicey - but it uses Guice underneath, and my question is specific for Guice because the dependency injection is ...
ha9u63a7's user avatar
  • 6,968
0 votes
1 answer
106 views

I have one Java class that is multithreaded and I want it to log to a separate file. I'm using Dropwizard which uses logback and is configured in my YAML file like this: logging: # The default ...
user2395365's user avatar
  • 2,199
1 vote
0 answers
33 views

I have a few background threads that are running continuously after application startup and I wish to preserve the logging in a separate file to make my main logging file easier to follow. Can someone ...
user2395365's user avatar
  • 2,199
0 votes
1 answer
77 views

I have the dropwizard setup similar to this guide: https://www.dropwizard.io/en/stable/manual/hibernate.html private final HibernateBundle<ExampleConfiguration> hibernate = new HibernateBundle&...
Andy Tang's user avatar
0 votes
1 answer
89 views

I have a basic kotlin webserver application built using dropwizard and jersey, which uses threads for handling requests. I have been reading a lot lately on kotlin corooutines and seeing articles ...
Nick Hyland's user avatar
6 votes
0 answers
275 views

We have our java application which was migrated from dropwizard to Quarkus. We have not changed the style of coding meaning still the code is blocking. After migration when we are deploying it to EC2 ...
Shyam's user avatar
  • 61
2 votes
0 answers
50 views

Registered Health Checks are returned on localhost:8081/healthcheck, and include a message property: { "worker-alive": { "healthy":false, "message":"I am ...
rmf's user avatar
  • 125
1 vote
1 answer
482 views

We have a custom webapp hat is using HikariCP. The application is compiled into a jar and then started in a docker container. Depending on the environment we are loading the newrelic-agent.jar via the ...
tftd's user avatar
  • 17.2k
4 votes
0 answers
172 views

in my Spring Boot application, I am using a metrics library which is a wrapper over: io.dropwizard.metrics. So I am getting all the API and system metrics from MetricsRegistry. As a result, while I am ...
Joy's user avatar
  • 4,563
0 votes
1 answer
530 views

I was upgrading spring boot to 2 in one of the project. I am facing issue with @Autowire metricRegistry:MetricRegistry I had read upgrade guide where it is mentioned that Metrics are replaced by ...
Hardik Doshi's user avatar
0 votes
1 answer
83 views

My config.yml file logging: -level: INFO -loggers: --io.dropwizard.archetypes: DEBUG mongo: -host: localhost -port: 27017 -database: User aerospike: -host: localhost -port: 3000 I am getting the ...
Deepak's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
134