Laurent Broudoux
Laurent Broudoux
Hum... what type of instance have you? t2.micro?
Could you check the result of the "docker ps -a" command? We should see if there is 137 code error which spot a low memory situation.
> What about configuration file, mine seems not to have "keycloak.ssl-required=none". Maybe that is causing snow ball effect on the whole keycloak? > > > >  > > ssl-required=none...
Hi @hguerrero Correct: we're using [java-fake](http://dius.github.io/java-faker/apidocs/index.html) underhood. For integrating a new function, we need to write a simple wrapper like in [RandomCityELFunction](https://github.com/microcks/microcks/blob/master/commons/util-el/src/main/java/io/github/microcks/util/el/function/RandomCityELFunction.java). The wrapper should then be registered into the...
Great idea! Maybe having a fallback that in case of unsupported function call tries to use reflection for `java-fake` invocation... It's a nice RFE.
Hi! Sorry but this is not supported at the moment however it's a great idea! Maybe we could introduce something like a | notation in order to store the rendered...
I imagine having one context per mock invocation. Context can be used within templates as you suggested or through a SCRIPT dispatcher rule.
Hi there! Microcks does not support editing mock data through its UI. If you think maintaining examples in OpenAPI is not convenient, you can have a look at [Multi-artifacts support](https://microcks.io/documentation/using/importers/#multi-artifacts-support)...
Hi @ludovic-pourrat Not sure to fully understand your case here. Would you describe it a bit more ? It appears that your use AsyncAPI + Avro. Are you referencing Avro...
Perfect! Do not hesitate coming back with lot of questions ;-)