{"id":13511831,"url":"https://github.com/vert-x3/vertx-rx","last_synced_at":"2026-01-20T06:00:54.050Z","repository":{"id":23597937,"uuid":"26966705","full_name":"vert-x3/vertx-rx","owner":"vert-x3","description":"Reactive Extensions for Vert.x","archived":false,"fork":false,"pushed_at":"2025-12-15T16:11:03.000Z","size":3299,"stargazers_count":152,"open_issues_count":7,"forks_count":70,"subscribers_count":23,"default_branch":"master","last_synced_at":"2026-01-14T04:57:34.924Z","etag":null,"topics":["java","rxjava","rxjava2","rxjs","vertx"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vert-x3.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-11-21T16:02:03.000Z","updated_at":"2025-11-27T08:30:52.000Z","dependencies_parsed_at":"2024-06-19T23:43:49.418Z","dependency_job_id":"4a4187cf-504a-4270-b84e-07866ca60c62","html_url":"https://github.com/vert-x3/vertx-rx","commit_stats":{"total_commits":829,"total_committers":40,"mean_commits":20.725,"dds":"0.21833534378769603","last_synced_commit":"613baa5a6c076a212a3e4f07972ed867870bbcf6"},"previous_names":[],"tags_count":151,"template":false,"template_full_name":null,"purl":"pkg:github/vert-x3/vertx-rx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vert-x3%2Fvertx-rx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vert-x3%2Fvertx-rx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vert-x3%2Fvertx-rx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vert-x3%2Fvertx-rx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vert-x3","download_url":"https://codeload.github.com/vert-x3/vertx-rx/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vert-x3%2Fvertx-rx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28597087,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","rxjava","rxjava2","rxjs","vertx"],"created_at":"2024-08-01T03:01:12.866Z","updated_at":"2026-01-20T06:00:53.952Z","avatar_url":"https://github.com/vert-x3.png","language":"Java","funding_links":[],"categories":["Java","Reactive"],"sub_categories":[],"readme":"= Rx extension for Vert.x\n\nimage:https://github.com/vert-x3/vertx-rx/actions/workflows/ci-5.x.yml/badge.svg[\"Build Status (5.x)\",link=\"https://github.com/vert-x3/vertx-rx/actions/workflows/ci-5.x.yml\"]\nimage:https://github.com/vert-x3/vertx-rx/actions/workflows/ci-4.x.yml/badge.svg[\"Build Status (4.x)\",link=\"https://github.com/vert-x3/vertx-rx/actions/workflows/ci-4.x.yml\"]\n\nVert.x module adding support for Reactive Extensions (Rx) using the Rx libraries. This\nallows Vert.x developers to use the Rx type-safe composable API to build Vert.x verticles.\nThis module provides helpers for adapting Vert.x stream and future constructs to Rx observables.\n\n== Documentation\n\n* http://vertx.io/docs/vertx-rx/java2/[RxJava 2 Documentation]\n* http://vertx.io/docs/vertx-rx/java3/[RxJava 3 Documentation]\n\n== Stack integration\n\nRxJava2 and RxJava3 are integrated with the Vert.x stack.\n\n=== Integration tests\n\nIntegration tests are placed here:\n\n* https://github.com/vert-x3/vertx-rx/tree/master/rx-java2/src/test/java/io/vertx/it[RxJava 2]\n* https://github.com/vert-x3/vertx-rx/tree/master/rx-java3/src/test/java/io/vertx/it[RxJava 3]\n\n=== Integration docs\n\nIntegration docs are placed here:\n\n* https://github.com/vert-x3/vertx-rx/tree/master/rx-java3/src/main/asciidoc[RxJava 3]\n\nThe corresponding component uses an asciidoctor https://asciidoctor.org/docs/user-manual/#include-directive[include] directive\nto embed the doc snippet:\n\n[source,asciidoc]\n----\nifeval::[\"$lang\" == \"java\"]\ninclude::override/rxjava3.adoc[]\nendif::[]\n----\n\nVert.x Web Client example:\n\n* https://github.com/vert-x3/vertx-web/blob/master/vertx-web-client/src/main/asciidoc/override/rxjava3.adoc\n\nis replaced by\n\n* https://github.com/vert-x3/vertx-rx/blob/master/rx-java3/src/main/asciidoc/vertx-web-client/java/override/rxjava3.adoc\n\nThe final aggregation happens in the https://github.com/vert-x3/vertx-stack/tree/master/stack-docs[stack generation] module.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvert-x3%2Fvertx-rx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvert-x3%2Fvertx-rx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvert-x3%2Fvertx-rx/lists"}