Frédéric Praca
Frédéric Praca
I finally found what to do. With _Minio_, I had to initialise the file system using `env.put(S3Factory.PATH_STYLE_ACCESS, "true");`. What is curious is that I found it after trying to create...
I also face the same problem with a Postgresql metadata engine and a Minio cluster. I'm not sure what has to be URL encoded in the _metaurl_. For example, in...
Thanks for your answer. I finally looked at the code and found what I was looking for. For the question about migration, I figured out by myself. Thanks again
Same here with a Nomad self-hosted instance using Apereo CAS as OIDC provider
At the moment, the component is only deployed on GitHub packages. You have to create a token. Please read [this](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry). I'll check to publish on open repositories too as when...
Looks like [this](https://github.com/teamlead/java-maven-sonatype-starter) and [this](https://medium.com/viascom/publishing-to-maven-central-with-gradle-a-step-by-step-guide-f3f50724648f) might be a good start for deploying 😃
As a piece of information, searching by content is the way used by Spring for finding the registry global or local id when sending Kafka messages using confluent/apicurio message format....
Moreover, I finally seen something which might be a bug. When adding `capacity_min = "1GiB"` , I get a quota of 1GiB. When adding `capacity_max = "10GiB"`, I still get...
According to the Nomad documentation you sent, setting both _min_capacity_ and _max_capacity_ to the same value allows to provide a fixed sized volume. But as I understand from your comment,...