Skip to content
#

Eclipse Vert.x

vertx logo

Eclipse Vert.x is a toolkit for writing reactive polyglot applications for the JVM. Vert.x comes with an extensive reactive ecosystem that is modular, performant, and easy to use. Developers can build many kinds of applications such as soft realtime web applications, microservices, IoT applications, protocol adapters, and distributed applications thanks to the wide variety of this ecosystem.

Here are 724 public repositories matching this topic...

abelsromero
abelsromero commented Nov 30, 2019

I am struggling to test a verticle isolated and all documentation and examples found only show how to test rest endpoints.

Something as simple as this, always fails with timeout

    @Rule
    public RunTestOnContext rule = new RunTestOnContext();

    @Rule
    public Timeout timeout = Timeout.seconds(5L);

    @Test
    public void should_run_verticle(TestContext context) {
pradeepsixer
pradeepsixer commented Oct 19, 2019

Version

  • vert.x core: 3.8.2
  • vert.x web: 3.8.2

Context

Currently, some of the metrics for HttpServer is provided with path as a tag (in micrometer implementation). In some of our endpoints, we use UUIDs for two of the path parameters, thus the number of meters easily fill up heapspace if there are large number of requests with different UUIDs.

A suggestion will be to provide

sirix
es4x
pmlopes
pmlopes commented Oct 5, 2019

The generated code works without errors for js, however the generated ts definitions might contain bugs although this isn't critical at runtime it can cause confusion at dev time.

A report should be generated for all modules inside the generator directory after a build is done.

The task should be more or less as follows:

  1. Run the generator
  2. Run npm cache to cache the undeployed packa
villesau
villesau commented Dec 17, 2015

i noticed the readme lacks the instructions like how to get the nubes, how to run the server etc. I didn't find nubes from maven or anywhere. vertx-jersey has a good starter guide here: https://github.com/englishtown/vertx-jersey i was almost going with that until i noticed how terrible their api is compared to yours. to get more hype, starting with the framework has to be as easy as possible so m

Voycawojka
Voycawojka commented Nov 6, 2019

Is your feature request related to a problem? Please describe.
It's very easy to forget about updating META-INF/services for ServiceLoader every time HandlerFactory or ActionFactory is created/deleted.

Describe the solution you'd like
An annotation could be used to automaticaly detect factories. One existing solution is [Google's AutoService](https://github.com/google/auto/tree/mast

Created by Tim Fox

Released 2011

Organization
eclipse-vertx
Website
vertx.io
Wikipedia
Wikipedia

Related Topics

java netty polyglot reactive
You can’t perform that action at this time.