silvpol

Results 8 issues of silvpol

When Broadcasters are created with a String id everything seems to work normal, but when using arbitrary objects (UUID in our case) some of the lifecycle methods and DefaultBroadcasterFactory.store is...

## Description In a partitioned DB using custom reduce function doesn't work, all queries to that view fail with 500 error. Creating exact same view in non-partitioned db works. Built...

bug
beginner-friendly
partitioned-db

I have come across an issue when cluster was upgraded from 1.15 to 1.16 and the config stopped working. I have updated the TF files to match the new format...

enhancement

Hi I had a look at the provider code and it looks like it relies on default kubeconfig mechanism for configuring cluster connection. Is there a way to override it...

enhancement
waiting for dependencies

**Is your feature request related to a problem? Please describe.** We're currently experiencing an odd [bug in Sentinel](https://github.com/redis/redis/issues/9956) that results in 100% CPU usage that causes HAProxy healthchecks to fail...

enhancement

I have reviewed other issues regarding preserving original file format and apreciate that retaining exact formatting of the source YAML is difficult. As a workaround, it would be very useful...

### Issue I have come across an issue when updating BackendConfig object in GCP. When trying to add values to an array-type field, the request fails with an odd error...

When using dropwizard-swagger with dropwizard 0.8.1 I get following exception on startup: Exception in thread "main" java.lang.AbstractMethodError at io.dropwizard.views.ViewBundle.run(ViewBundle.java:112) at io.dropwizard.views.ViewBundle.run(ViewBundle.java:92) at io.dropwizard.setup.Bootstrap.run(Bootstrap.java:183) at io.dropwizard.cli.EnvironmentCommand.run(EnvironmentCommand.java:41) at io.dropwizard.cli.ConfiguredCommand.run(ConfiguredCommand.java:76) at io.dropwizard.cli.Cli.run(Cli.java:70) at...