Nico Fricke
Nico Fricke
Hi! I am using Spring Boot (3.2.3) with springdoc-openapi-starter-webmvc-ui (2.2.20). I have a controller annotated like this: ``` @ApiResponse(responseCode = "200", content = @Content(mediaType = MediaType.APPLICATION_JSON_VALUE, array = @ArraySchema(schema =...
Setting a default representative via the backend config would be desireable to help dencetralise the network even more. Right now the default rep is hard coded in the client correct?
It might be interesting to add some kind of IP banning to be able to ban people trying to DoS by requesting work over and over again. Maybe some fail2ban...
Some kind of authentication would be great to be able to control who has access to your backend. Maybe just some basic http auth would be enough.
**Describe the bug** When using a MeterFilter which dynamically adjusts the tags of a meter the MeterRegistry reuses previously created Meters even though the MeterFilter would change the tags to...