Armin Weißer
Armin Weißer
It should be up to the targets health-path to decide if more load can be put on the target or if it's to busy. Isn't this the reason why minio/health/ready...
@klauspost Your approach assumes that there‘s only a single Sidekick instance, which is also not always true. Look at the Splunk use case for example. Imho only the Minio server...
A sidekick instance can only work on heuristics that it can measure. Without getting heuristics from the S3 server and without sharing heuristics with other Sidekick instances, a local Sidekick...
I'm sure you can find examples that speak for one or the other approach because there is no single source of truth in a distributed system and the number of...
As discussed at Gluster Summit: From a users perspective it'd be great if the gd1 to gd2 update could happen without volume downtime. Keep doing a great job folks. 👍
As already mentioned in #127 you can also use https://gitlab.com/iternity/jplantuml to transform a PlantUML string into a selfcontained PlantUML URL. This makes it very easy and light weight to include...
Thanks for the response. What would be the proper method to access those parametrized path segments?
In v1 of the raml-java-parser you can access those as uriParameters in the public API (Resource.getUriParameters()). I suggest to make this a change request for v2. But I can't add...