Marcel

Results 13 issues of Marcel

# This is a Bug Report ## Description when i set the apiKeys property inside provider, the plugin will create the keys but they are not applied to the Gateway....

bug

# This is a Feature Proposal ## Description Currently, the generation of the api gateway name is static and not match our naming. https://github.com/horike37/serverless-step-functions/blob/6415b356f321dd7e34e51b97e85b0817a6a9fce6/lib/naming.js#L53 For feature proposals: It is possible...

enhancement

Hi, you're using the CircuitBreaker for the proxy services and the health check. In general it's a good idea, but the implementation is a little bit useless. an example: ApiGateway...

enhancement
in progress

Hello, the class BaseMicroserviceRxVerticle.java is not compatible anymore with Vertx 3.4.0. discovery.publishObservable discovery.unpublishObservable are renamed to publish/unpublish with and callback handler. M

question

Hi, inside your verticles you deploy the rest api with the same instance, created in the verticle. ``` // create the service instance ProductService productService = new ProductServiceImpl(vertx, config()); //...

enhancement

Hi, the idea with the Rest API Class and the Service Impl is very good and i like it. My Problem is, that if an Impl. throws an exception, it...

Hello, it is possible to make blitz4j compatible with log4j2 ? I try to start Eureka with log4j2 and get the error: thanks in advance Marcel ``` Exception in thread...

Hello, i figured out that there is an issue, if one directory has the option `deletedRemoved: true` and all other are using `deletedRemoved: false`. ``` s3Sync: - bucketName: belayus-${self:service}-${opt:stage, self:provider.stage}...

Hello, so you see this: https://github.com/vert-x3/vertx-examples/blob/master/core-examples/src/main/java/io/vertx/example/core/execblocking/ExecBlockingExample.java i just ask, if it's possible to wrap SchemaDefinition.class ``` @Override public void queryWithVariables(String graphqlQuery, JsonObject variables, Handler resultHandler) { try { QueryResult result...

Currently there is no way to change the LoadBalancerName of an ALB. There should be added a property or use just "Name" for it. These are the two possible options,...